-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools support in ChatCompletion endpoints #2417
Comments
+1 |
Does that mean we should implement something similar to OpenAI's Assistant API? Like code interpreter, retreival, etc., right? |
My request is only that the chat completion endpoint support the tools parameter (and related tool_choice): I do see that assistants also support tools, but that would be a much bigger feature. |
+1 updated link https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools |
+1 Mistral model |
is the tools argument defined in the same way in Mistral and OpenAI ?
|
new function calling model: https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B I suggest looking at the llama cpp python implementation for functionary (a chat handler). |
+1 |
any updates ? A must to have feature IMO |
Thanks for the issue! Merging with #4386! |
We'd love tools support so we can use ollama with our existing OpenAI-using apps. Not sure if that's possible across the board with all models.
The text was updated successfully, but these errors were encountered: