modelspec unselected after webpage refresh #5231
Replies: 2 comments 1 reply
-
Hi, this can't be recreated. It would be helpful if you shared your config file to see what's going on. chrome_AMEU12MWM2.mp4My config here: modelSpecs:
enforce: false
prioritize: false
list:
- name: "Max"
label: "Max"
description: "Smartest model"
iconURL: "https://code.librechat.ai/_next/image?url=%2Ficon.png&w=32&q=75"
preset:
endpoint: "bedrock"
modelLabel: "Max"
model: "anthropic.claude-3-haiku-20240307-v1:0"
greeting: |
Hello there! Also note the difference that setting chrome_gFf9ziypDE.mp4A similar effect can be made with https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/model_specs#default My config in this last case: modelSpecs:
enforce: false
prioritize: false
list:
- name: llama3.3:latest
label: "Llama 3.3"
iconURL: https://cdn1.cloud.e-infra.cz/logos/meta-llama.png
showIconInMenu: true
default: true
preset:
endpoint: "Ollama"
model: "llama3.3:latest"
maxContextTokens: 128000
max_tokens: 16384
- name: "Max"
label: "Max"
description: "Smartest model"
iconURL: "https://code.librechat.ai/_next/image?url=%2Ficon.png&w=32&q=75"
preset:
endpoint: "bedrock"
modelLabel: "Max"
model: "anthropic.claude-3-haiku-20240307-v1:0"
greeting: |
Hello there! Please review the documentation as it was recently updated: Make sure you are up to date as there were improvements to model specs made this week, and you may be experiencing an issue before these changes. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the help! I included my configuration below, along with some interface settings that may be relevant. It is running the latest Docker image on a DigitalOcean droplet. And using Cloudflare to proxy the domain. I had also reviewed the recent update/issues discussion regarding modelSpecs, particularly about the default selection. The default selection when creating new conversations works fine. My config: # interface configurations
interface:
# # Config UI elements for using modelSpecs
endpointsMenu: false
modelSelect: false
parameters: false
sidePanel: true
presets: false
prompts: true
bookmarks: false
multiConvo: false
agents: false
# Config of modelSpces
modelSpecs:
enforce: false
prioritize: true
list:
- name: "Quick_Chat"
label: "Quick Chat"
default: true
description: "Quick Chat with gpt-4o"
iconURL: "https://QuickChat.png"
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "assistants"
assistant_id: "asst_WxMcTBAchgcDf6AfPXQSs"
model: "gpt-4o"
- name: "Image_Chat"
label: "Image Chat"
description: "Draw image with gpt-4o & Dall-E 3"
iconURL: "https://ImageChat.png"
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "assistants"
assistant_id: "asst_5FnGDJK0oCKGvbVt4859S"
model: "gpt-4o"
- name: "ChatGPT_latest"
label: "ChatGPT latest"
description: "the current version of ChatGPT"
iconURL: "https://gpt.png"
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "openAI"
model: "gpt-4o-latest"
- name: "o1-mini"
label: "o1-mini"
description: "complex tasks and problems - mini"
iconURL: "https://o1m.png"
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "openAI"
model: "o1-mini"
- name: "o1-preview"
label: "o1-preview"
description: "complex tasks and problems - full"
iconURL: "https://o1p.png"
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "openAI"
model: "o1-preview" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
modelspec becomes unselected after webpage refresh.
Therefore, cannot continue a convo without reselect a modelspecs. Also, cannot continue a convo from left panel convo history without reselect a modelspecs again.
I expect the same modelspec remain selected. And I expect if I click on a historical convo from left panel, the modelspecs that used be selected automatically.
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
Screenshots
Untitled.video.-.Made.with.Clipchamp.mp4
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions