Replies: 1 comment
|
Hi By adding Here's the config I'm using: interface:
modelSelect: true
modelSpecs:
list:
- name: claude_opus46_grounded
label: "Claude Opus 4.6 (web search)"
description: "Claude Opus 4.6 with Web Search Enabled"
provider: anthropic
preset:
endpoint: anthropic
model: "claude-opus-4-6"
maxOutputTokens: 8096
web_search: trueThis lets you select the web-search-enabled model explicitly from the model selector, without needing to set up a separate search API. |
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.
Thank you for the great tool as always.
Aas I recently setup anthropic's claude opus model in my server,
I realized I want to use the web search tool provided natively by their API. I don't have to setup search API in Librechat for this. As shown in the docs
So I was wondering if there is a way i can setup this option in the http request?
It would be cool if there is a way i can add arbitrary additional attribute to the message sent to the AI server in general.
All reactions