Azure open ai , assistant api , not useing the code interpreter #4932
Unanswered
Riser01
asked this question in
Troubleshooting
Replies: 1 comment
-
Check what api version you're using for azure assistants in librechat.yaml, librechat only supports v1 assistants, it never got v2 support and i think at this point it's unlikely to come, you should use 2024-02-15-preview as it's the last api version with v1 assistant support. Other versions will cause varying levels of weird behaviour, from what you saw now, to downright erroring out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I have configured the chat to use azure open ai , assistant ,
but it cant use the code interperter from the chat , app but its working from the azure openai's default ui
eg prompt
"i am working on a demo , can u create a demo tabel and fill it woth dummy data , for the followinf columns
email , UDS_Status , Country ,Company name
give me the file to download"
Steps to Reproduce
eg prompt
"i am working on a demo , can u create a demo tabel and fill it woth dummy data , for the followinf columns
email , UDS_Status , Country ,Company name
give me the file to download"
any idea why it is different for the same request between the azure openai ui and the chat app
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions