DeepSeek and Custom endpoints configuration #11956
-
What happened?DescriptionDeepSeek and Custom endpoints are not visible in the UI under any configuration. Google works correctly. This seems related to LibreChat version 0.8.2 (Docker image). Version Informationghcr.io/danny-avila/librechat-dev latest 7ae222b04304 2 weeks ago 1.72GB Steps to ReproduceEnvironment
What Works
What Does NOT Work
Configuration Used.envHOST=0.0.0.0
PORT=3080
MONGO_URI=mongodb://mongodb:27017/LibreChat
SEARCH=true
CONFIG_PATH=/app/librechat.yaml
GOOGLE_KEY=AIzaSyXXXXXXXXXXXX
OPENROUTER_API_KEY=sk-or-v1-XXXXXXXXXXXX.yamlWhen i try to add openrouter or deepseek or antropic endpoint, the yaml is loaded correctly, but i can't see nothing. If i add the endpoint in the .env file i can't use the menu to swtich from one AI to another. I have minimum credit in deepseek, claude and openrouter to test When i try adding custom providers i receive What browsers are you seeing the problem on?No response Relevant log output[ResumableSSE] No submission, cleaning up
index.C_LSDoPK.js:2 [ResumeOnLoad] Effect check {resumableEnabled: true, conversationId: 'new', messagesLoaded: false, hasCurrentSubmission: true, currentSubmissionConvoId: undefined, …}
index.C_LSDoPK.js:2 [ResumeOnLoad] Skipping - not enabled or new convo
index.C_LSDoPK.js:2 [ResumeOnLoad] Resetting processedConvoRef for new conversation: {old: null, new: 'new'}
index.C_LSDoPK.js:2 [ResumeOnLoad] Effect check {resumableEnabled: true, conversationId: 'new', messagesLoaded: true, hasCurrentSubmission: true, currentSubmissionConvoId: undefined, …}conversationId: "new"currentSubmissionConvoId: undefinedhasCurrentSubmission: trueisSuccess: falsemessagesLoaded: trueprocessedConvoRef: nullresumableEnabled: truestreamStatusActive: undefinedstreamStatusStreamId: undefined[[Prototype]]: Object
index.C_LSDoPK.js:2 [ResumeOnLoad] Skipping - not enabled or new convo
index.C_LSDoPK.js:2 Parameters processed successfully
index.C_LSDoPK.js:2 [ResumableSSE] No submission, cleaning up
index.C_LSDoPK.js:2 [ResumeOnLoad] Effect check {resumableEnabled: true, conversationId: 'new', messagesLoaded: true, hasCurrentSubmission: true, currentSubmissionConvoId: undefined, …}conversationId: "new"currentSubmissionConvoId: undefinedhasCurrentSubmission: trueisSuccess: falsemessagesLoaded: trueprocessedConvoRef: nullresumableEnabled: truestreamStatusActive: undefinedstreamStatusStreamId: undefined[[Prototype]]: Object
index.C_LSDoPK.js:2 [ResumeOnLoad] Skipping - not enabled or new convoScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Sorry, i made some mistakes in my yaml file and in my .env. I report the correct version. .env |
Beta Was this translation helpful? Give feedback.
-
|
I updated the deepseek apikey placeholder correctly and delete I also followed this blog post: https://www.librechat.ai/blog/2024-05-16_unsecured_http to use librechat locally without sessions expires. |
Beta Was this translation helpful? Give feedback.
-
|
I don't think yaml file support google in endpoints, you can try delete them and find them still work |
Beta Was this translation helpful? Give feedback.
I updated the deepseek apikey placeholder correctly and delete
ANTHROPIC_MODELSand now it works.I also followed this blog post: https://www.librechat.ai/blog/2024-05-16_unsecured_http to use librechat locally without sessions expires.
Now i have all working.
Thanks so much.
Librechat is a great tool!