Find answers from the community

Updated 2 years ago

Hey I m trying to work with Azure openai

At a glance

The community member is having trouble using the Azure OpenAI and chat_engine APIs, specifically with the 2023-08-01-preview and 2023-07-01-preview versions, and is receiving the error "Unrecognized request argument supplied: functions". Other community members have suggested that the context chat engine may work, but they are not sure which API version was used. The community members also discuss best practices for saving separate chat histories, with one suggesting manually storing them in JSON and another recommending using Redis to store the "blobs".

Hey, I'm trying to work with Azure openai and chat_engine, I've tried versions 2023-08-01-preview and 2023-07-01-preview but I'm getting Unrecognized request argument supplied: functions
L
m
5 comments
people have definitely got it to work with functions, but not 100% sure which API version they used πŸ˜…
Eventually I managed to do it with the context chat engine, but not with the best. No idea why haha
Yea, context chat engine doesn't use the function calling API πŸ€”
While we're at it, do you have any best practice recommendations for saving separate chat histories? Right now I'm doing it manually in a json and injecting it to the chat history
thats pretty much the best way lol redis works nicely for storing these kinds of blobs too
Add a reply
Sign up and join the conversation on Discord