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
In theory as follows, I've not got around to trying it yet.
Without code changes
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_API_BASE=
api_version="2023-07-01-preview" need to be set during your Azure OpenAI deployment.
deployment name of your Azure OAI deployment needs to be "gpt-35-turbo". I think this is the default (note no full stop between 3 and 5).
main of this repo is currently using a pre v0.2.* AutoGen
If you are working with an existing Azure OAI deployment that doesn't have the above deployment name and API version and don't want to or cannot change / deploy a new one, then you'll have to modify the autogen-ui code to set those two in the llmconfig.
I can use Autogen with my AzureOpenAI keys. Can I do the same with this package? Please help.
The text was updated successfully, but these errors were encountered: