Unable to chat with an Agent #5286
Replies: 1 comment 1 reply
-
This could not be reproduced, see my video: This is relevant part of my config, matching what you wrote: interface:
endpointsMenu: true
modelSelect: true
parameters: false
sidePanel: true
presets: false
prompts: true
bookmarks: true
multiConvo: false
modelSpecs:
enforce: false
prioritize: false
list:
- name: "Phi4"
label: "Phi4"
iconURL: https://cdn1.cloud.e-infra.cz/logos/meta-llama.png
showIconInMenu: true
showIconInHeader: true
preset:
endpoint: "Ollama"
model: "phi4:latest"
modelLabel: "Phi4"
maxContextTokens: 15000
- name: "Max"
label: "Max"
default: true
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! Try updating, as there were many fixes to modelSpecs in the last week: |
Beta Was this translation helpful? Give feedback.
1 reply
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 enabled the Agent Builder and created an agent named
Test
. However, when chatting with it, I get errorSomething went wrong. Here's the specific error message we encountered: No model spec selected
. Indeed no model spec is selected in the top menu:If I select a model spec (I have two of them configured in the YAML file), the endpoint changes back to my
Azure OpenAI
. Selecting theAgent
endpoint again and now a model spec is selected:However, when chatting now I get error
Something went wrong. Here's the specific error message we encountered: Model spec mismatch
.Relevant parts from my YAML file:
I don't know if I have a specific set of configuration settings causing this, or if it's actually a bug. I would suspect no model spec to be selected when using your own agent.
Steps to Reproduce
modelSpecs
section, where one is set to defaultAgent
from the endpoint menu.Agent
in the endpoint menu.What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions