Add Toggle for Tools dropdown, or disable if all other options disabled #9256
jnnirmal47
started this conversation in
Feature Requests & Suggestions
Replies: 2 comments 4 replies
-
Hi, Thanks for raising this. I believe the errors you are facing are resolved in the latest release of LibreChat. Can you confirm what version you are on? I tested on v0.8.0-rc2 and was not able to replicate your errors. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Related? #8368 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I have defined custom endpoints only in my yaml file
still i see the tools icon.
Below is my Librechat
`version: 1.2.4
Cache settings: Set to true to enable caching
cache: true
Custom interface configuration
interface:
customWelcome: "Welcome to CHATBOT Assistant!"
Privacy policy settings
privacyPolicy:
# externalUrl: 'https://librechat.ai/privacy-policy'
openNewTab: true
Terms of service
termsOfService:
openNewTab: true
modalAcceptance: true
modalTitle: "Tchatbot"
modalContent: |
endpointsMenu: false
modelSelect: false
parameters: false
sidePanel: false
presets: false
prompts: false
bookmarks: false
multiConvo: false
resendFiles: false
runCode: false
fileSearch: false # Hide file search / RAG button
webSearch: false # Hide web search button
modelSpecs:
enforce: true
prioritize: true
list:
- name: "CHATBOT Mini"
label: "gpt-4o-mini"
default: true
# switch to local instance once there is a public domain.
iconURL: "logo.png"
preset:
endpoint: "CHATBOT"
model: "gpt-4o-mini"
modelLabel: "hatbot"
addedEndpoints: []
Definition of custom endpoints
endpoints:
assistants:
capabilities: []
agents:
capabilities: []
custom:
- name: "CHATBOT"
apiKey: ""
baseURL: "http://localhost:8000/v1"
models:
default:
- "gpt-4o-mini"
fetch: false
titleConvo: true
titleModel: "current_model"
modelDisplayLabel: "Chatbot"
`
Version Information
Steps to Reproduce
the condition is always satisfied , even though it has no endpoints and assistants defined.
The code should be simple - if no config - turn off the feature.
Expected Output
What browsers are you seeing the problem on?
No response
Relevant log output
MCP servers not having an configuration . still logs the below errors
Screenshots
These errors should not be shown as MCP is not configured.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions