Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- librechat.yaml +2 -0
librechat.yaml
CHANGED
|
@@ -46,6 +46,7 @@ endpoints:
|
|
| 46 |
openAI:
|
| 47 |
userProvided: true
|
| 48 |
fetch: true
|
|
|
|
| 49 |
models:
|
| 50 |
default: ["gpt-5-mini"]
|
| 51 |
|
|
@@ -69,6 +70,7 @@ endpoints:
|
|
| 69 |
anthropic:
|
| 70 |
userProvided: true
|
| 71 |
fetch: true
|
|
|
|
| 72 |
headers:
|
| 73 |
anthropic-version: '2023-06-01'
|
| 74 |
models:
|
|
|
|
| 46 |
openAI:
|
| 47 |
userProvided: true
|
| 48 |
fetch: true
|
| 49 |
+
tools: ["GoogleSearch"]
|
| 50 |
models:
|
| 51 |
default: ["gpt-5-mini"]
|
| 52 |
|
|
|
|
| 70 |
anthropic:
|
| 71 |
userProvided: true
|
| 72 |
fetch: true
|
| 73 |
+
tools: ["GoogleSearch"]
|
| 74 |
headers:
|
| 75 |
anthropic-version: '2023-06-01'
|
| 76 |
models:
|