Replies: 2 comments
-
ok .. I got it to work with this parameter retrievalModels: ["gpt4o"] inside the assistants block, The Name hast to match the model Name not the deployment Name. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ervet Could you please post your configuration? thanks I encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have a working setup with Azure Assistants and some models. Model Builder works. The only thing i can't get to work is the retreival or file_search. It is only greyed out.
endpoints:
azureAssistants:
disableBuilder: false
pollIntervalMs: 3000
timeoutMs: 180000
capabilities: ["code_interpreter", "image_vision", "retrieval", "actions", "tools"]
azureOpenAI:
titleModel: "gpt3.5-turbo"
assistants: true
titleConvo: true
plugins: true
groups:
- group: "1234"
apiKey: "1234"
instanceName: "1234"
assistants: true
version: "2024-05-01-preview"
models:
gpt4o:
deploymentName: "gpt-4o"
gpt3.5-turbo:
deploymentName: "gpt-35-turbo"
gpt4:
deploymentName: "gpt-4"_
I have tried many version and models nothing is working. Any hints - were is this check - on librechat side or Azure side ?
Greetings
Erik
Beta Was this translation helpful? Give feedback.
All reactions