Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Azure OpenAI model only GPT3.5 on web demo #2749

Closed
1 task done
robertobalestri opened this issue Oct 8, 2024 · 2 comments
Closed
1 task done

[Bug]: Azure OpenAI model only GPT3.5 on web demo #2749

robertobalestri opened this issue Oct 8, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@robertobalestri
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

2e33ed3

Other environment information

No response

Actual behavior

Get this error because i have only deployed instances of gpt-4o and 4o-mini.

Fail to access model(azure-gpt-35-turbo) using this api key.ERROR: Error code: 404 - {'error': {'code': 'DeploymentNotFound', 'message': 'The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.'}}

Expected behavior

The user should be able to use other models instead of GPT 3.5.

Steps to reproduce

Just try to insert you api key and deployment name under settings.

Additional information

No response

@robertobalestri robertobalestri added the bug Something isn't working label Oct 8, 2024
@KevinHuSh
Copy link
Collaborator

What's the version of the docker image? It is fixed in latest version.
You need to mannually delete all records in DB of table llm and restart the system.

@robertobalestri
Copy link
Author

No, i'm talking about the web demo that is not updated

KevinHuSh added a commit that referenced this issue Oct 11, 2024
…nd openai (#2799)

### What problem does this PR solve?
#2701 #2712 #2749

### Type of change
-[x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <[email protected]>
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
…nd openai (infiniflow#2799)

### What problem does this PR solve?
infiniflow#2701 infiniflow#2712 infiniflow#2749

### Type of change
-[x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants