[Question]: Cannot Use Assistant if Either modelSelect or sidePanel Is Set to False #3525
Unanswered
afunworm
asked this question in
Troubleshooting
Replies: 2 comments 5 replies
-
Hi thanks for reporting this. Still need to double check still but should be an easy fix |
Beta Was this translation helpful? Give feedback.
0 replies
-
When investigating this, this seems to be an edge case with the initial page load state due to assistants not yet being available (fetched remotely from OpenAI). Really for this setup, you should be using modelSpecs but it runs into the same issue. I'm going to slot this as an issue for v0.7.5 and will be taken care of with some other present issues with model specs. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your question?
Is it possible to create a chat UI, without modelSelect or sidePanel, that uses a default selected Assistant?
More Details
Hello.
I'd like to just have a simple chat interface with the default assistant (OpenAI) with no sidebar or model select or endpoint select. However, whenever modelSelect or sidePanel is configured to be
false
, the chat won't work since it'll say "Please select an Assistant from the Sidebar menu". Both of these options must be turned on for the Assistant to work, even though there's only 1 Assistant.Is it possible to select an Assistant by default without modelSelect or sidePanel enabled?
Below is the full
librechat.yml
file:What is the main subject of your question?
UI, Endpoints
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions