Difference between revisions of "LLM-based Chat Assistant"

From OSGeo
Jump to navigation Jump to search
Line 18: Line 18:
 
* Source: https://github.com/ominiverdi/opencode-chat-bridge
 
* Source: https://github.com/ominiverdi/opencode-chat-bridge
 
* Language model: opencode/big-pickle (may change — ask the bot for current info)
 
* Language model: opencode/big-pickle (may change — ask the bot for current info)
 +
 +
== Usage ==
 +
 +
Ask a question, prefixing your question with <code>!oc</code> or <code>bot</code> or mentioning <code>@llm-assitant:matrix.org</code>;
 +
the bot will respond, possibly using "tools", when it does, it prints the name of the tool too, among these:
 +
 +
* <code>[osgeo-knowledge_search_content]</code> -- TODO link to the corresponding service
 +
* <code>[osgeo-knowledge_search_wiki]</code> -- TODO link to the corresponding service
 +
  
 
[[Category:Services]]
 
[[Category:Services]]

Revision as of 09:02, 5 June 2026

An LLM-based chat assistant bot available in the OSGeo Matrix space.

Access

The bot is available in the Matrix room #lounge:osgeo.org. Its Matrix identifier is @llm-assitant:matrix.org. The bot responds when mentioned (@llm-assitant:matrix.org) or when a line starts with !oc or bot.

Administration

TBD

Technical Details

Usage

Ask a question, prefixing your question with !oc or bot or mentioning @llm-assitant:matrix.org; the bot will respond, possibly using "tools", when it does, it prints the name of the tool too, among these:

  • [osgeo-knowledge_search_content] -- TODO link to the corresponding service
  • [osgeo-knowledge_search_wiki] -- TODO link to the corresponding service