mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-17 11:46:28 +08:00
Open AI support function calling, this has a very specific shape that other LLMs have not quite adopted. This simulates a command framework using system prompts on LLMs that are not open AI. Features include: - Smart system prompt to steer the LLM - Parameter validation (we ensure all the params are specified correctly) This is being tested on Anthropic at the moment and intial results are promising. |
||
|---|---|---|
| .. | ||
| categories_command.rb | ||
| command.rb | ||
| google_command.rb | ||
| image_command.rb | ||
| read_command.rb | ||
| search_command.rb | ||
| summarize_command.rb | ||
| tags_command.rb | ||
| time_command.rb | ||