Replies: 3 comments 3 replies
-
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.
1 reply
-
@ervet Could you please post your configuration? thanks I encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ervet , Would you kindly be able to provide some details of how this is set up for you? Currently trying and failing to set up retrieval with azure assistants. TIA |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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