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
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