-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Azure OpenAI: KeyError: 'function_call' #980
Comments
Hi @ArneJanning , thank you for the bug report! This should be fixed in an incoming patch on #982 (specifically the key error you're seeing should be gone). However, I'm noticing that the newer versions of |
Hi @cpacker , thank you for the quick fix! I checked out #982 and re-ran Ran into an error right after the start before the first call to the LLM:
Turns out that the And yes, we have to run |
Describe the bug
At the first call to the LLM using Azure OpenAI/GPT-4 right after starting MemGPT I get this error:
Please describe your setup
git clone
,poetry install
memgpt
? Terminal/ZSHThe text was updated successfully, but these errors were encountered: