Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added extensions/llmchat-1.0.0.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo
version: "1.0.0"
homepage: "https://github.com/cstaelin/LinProg-Extension"
}
{
name: "LLMChat"
codeName: "LLMChat"
shortDescription: "Simple connection to a large language model (LLM) chat"
longDescription: "This extension allows you to connect a large language model of type Ollama or OpenAI and then send messages directly from NetLogo."
version: "1.0.0"
homepage: "https://github.com/korinek-milan/netlogo-llmChat-extension"
}
{
name: "LPSolver"
codeName: "lpsolver"
Expand Down