Skip to content

Plugins stopped working with Azure OpenAI #4944

Discussion options

You must be logged in to vote

I tried using gpt-4o and gpt-4o-mini and couldn't replicate the issue:

Relevant part of config:

endpoints:
  azureOpenAI:
    streamRate: 35
    titleModel: "gpt-4o"
    titleConvo: true
    assistants: true
    groups:
    - group: "region-eastus"
      apiKey: "${EASTUS_API_KEY}"
      assistants: true
      instanceName: "region-eastus"
      version: "2024-02-15-preview"
      models:
        gpt-4o:
          deploymentName: gpt-4o
    - group: "region-eastus2"
      apiKey: "${EASTUS2_API_KEY}"
      instanceName: "region-eastus2"
      version: "2024-10-01-preview"
      models:
        gpt-4o-mini:
          deploymentName: "gpt-4o-mini"
          version: "2024-02-15-preview"

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mansiibm
Comment options

@bpicardat
Comment options

@danny-avila
Comment options

@bpicardat
Comment options

@bpicardat
Comment options

Answer selected by bpicardat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #4942 on December 11, 2024 12:50.