groq openai/oss models built in web search #8886
Unanswered
MichielMAnalytics
asked this question in
Troubleshooting
Replies: 0 comments
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?
when trying to use the built in web search using openai/gpt-oss-120b and openai-gpt-oss-20b file groq on a self hosted version, the model directly returns. So when I ask a 'browse the web' question, the model directly returns (probably because the call is being made but librechat is not recognizing the call).
Version Information
empty
Steps to Reproduce
"browse the web for the latest crypto news"
in librechat.yaml, set:
custom:
- name: "groq"
apiKey: "${GROQ_API_KEY}"
baseURL: "https://api.groq.com/openai/v1/"
models:
default: [
"openai/gpt-oss-20b",
"openai/gpt-oss-120b"
]
fetch: false
titleConvo: true
titleModel: "openai/gpt-oss-20b"
modelDisplayLabel: "Groq"
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions