mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
📛 feat: Add Client Name Header to Tavily Search Requests (#14082)
- Client name header set to 'librechat' helps Tavily understand the volume of calls from LibreChat
This commit is contained in:
parent
5771bf6e06
commit
8018d9448e
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ class TavilySearchResults extends Tool {
|
|||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'X-Client-Name': 'librechat',
|
||||
},
|
||||
body: JSON.stringify(requestBody),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue