You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying dbally with azure openai creds, a wrong prompt template is used
Error code: 400 - {'error': {'message': "Additional properties are not allowed ('is_example' was unexpected) - 'messages.0'", 'type': 'invalid_request_error', 'param': None, 'code': None}}
This can be fixed by commenting out "is_example": message.get("is_example", False) in dbally.prompt.template -> PromptTemplate.format_prompt()... But ofc it should take into consideration other LiteLLM options.
What happened?
When querying dbally with azure openai creds, a wrong prompt template is used
This can be fixed by commenting out
"is_example": message.get("is_example", False)
in dbally.prompt.template -> PromptTemplate.format_prompt()... But ofc it should take into consideration other LiteLLM options.How can we reproduce it?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: