Skip to content

[Question]: Working with files in the Azure Assistant endpoint stopped working #3963

Closed Answered by dareima
dareima asked this question in Troubleshooting
Discussion options

You must be logged in to vote

Thank you everyone.

We were able to mitigate the issue and found out that a wrong API version used in the Azure model endpoints was the cause for our Azure assistants to stop working.

    groups:
      - group: "swe-central" # arbitrary name
        apiKey: "${AZURE_OPEN_AI_API_KEY}"
        assistants: true
        instanceName: "swe1234567890"
        version: "2024-05-01-preview"
        models:
          swe-gpt-4o:
            deploymentName: swe-gpt-4o
            version: "2024-02-15-preview" #<-- a wrong API version used here will break working with files in Azure assistants

Replies: 5 comments 18 replies

Comment options

You must be logged in to vote
1 reply
@dareima
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@maxesse
Comment options

@dareima
Comment options

@maxesse
Comment options

@dareima
Comment options

@ppatayane
Comment options

Answer selected by dareima
Comment options

You must be logged in to vote
1 reply
@dareima
Comment options

Comment options

You must be logged in to vote
7 replies
@maxesse
Comment options

@ABHIJITH-EA
Comment options

@ABHIJITH-EA
Comment options

@maxesse
Comment options

@dareima
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
6 participants
Converted from issue

This discussion was converted from issue #3962 on September 09, 2024 16:00.