Getting error while configuring librechat with azure openAI #2222
Replies: 3 comments 6 replies
-
Our configuration file will like this.
|
Beta Was this translation helpful? Give feedback.
-
Did you see the error log in your original comment?
|
Beta Was this translation helpful? Give feedback.
-
I'm a newbie and new to librechat. I also encountered the same problem. .env
librechat.yaml version: 1.0.5
cache: true
interface:
privacyPolicy:
externalUrl: 'https://librechat.ai/privacy-policy'
openNewTab: true
termsOfService:
externalUrl: 'https://librechat.ai/tos'
openNewTab: true
registration:
socialLogins: [ 'github', 'google', 'discord', 'openid', 'facebook' ]
endpoints:
azureOpenAI:
titleModel: "gpt-4-0125-preview"
plugins: true
summarize: false
titleConvo: false
titleMethod: "completion"
groups:
- group: "my-resource"
apiKey: "${AZURE_API_KEY}"
instanceName: "xxx"
version: "2024-03-01-preview"
models:
gpt-4-0125-preview:
deploymentName: "gpt-4"
assistants:
capabilities: [ "code_interpreter", "actions", "tools" ] By the way, I'm in China, I don't know if it has an impact.😢 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are getting following errors on configuring librechat with azure openAI, Can someone help with this.
Beta Was this translation helpful? Give feedback.
All reactions