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. |
||
|---|---|---|
| .. | ||
| anthropic_completions.rb | ||
| discourse_classifier.rb | ||
| discourse_reranker.rb | ||
| function.rb | ||
| function_list.rb | ||
| hugging_face_text_generation.rb | ||
| openai_completions.rb | ||
| openai_embeddings.rb | ||
| stability_generator.rb | ||