Why use system prompt to choose function instead of OpenAI function calling? #223
lyzhang1999
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
The function calling is somewhat broken because of this in my experience. If I enable multiple functions it seems to go crazy and it seems like it might be because of this. My initial thought was it was done so that models that don't support openai function spec can still work but then I realized the whole idea behind open webui is "openai compatible api".. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blueprints/function_calling_blueprint.py:
Use system prompt for function calling is not native usage, Why not use openai function calling like:
Beta Was this translation helpful? Give feedback.
All reactions