akiko19191 commited on
Commit
c3e4fea
·
verified ·
1 Parent(s): 781b042

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -2
librechat.yaml CHANGED
@@ -120,7 +120,7 @@ mcpServers:
120
  - --tools=web_search_exa,research_paper_search,twitter_search,company_research,crawling,competitor_finder
121
  timeout: 60000000
122
  env:
123
- EXA_API_KEY: "e4399980-1016-44ab-8789-1ef7f967a281"
124
  PATH: "/usr/local/bin:/usr/bin:/bin"
125
  NODE_PATH: "/usr/local/lib/node_modules"
126
  twilio:
@@ -179,7 +179,7 @@ endpoints:
179
  - name: 'Tiny-DEV' # Unique name for the endpoint
180
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
181
  # recommended environment variables:
182
- apiKey: '77ea72d89b98d279c1848389cd027a51c408'
183
  baseURL: '${TINY_API_BASE}'
184
 
185
 
 
120
  - --tools=web_search_exa,research_paper_search,twitter_search,company_research,crawling,competitor_finder
121
  timeout: 60000000
122
  env:
123
+ EXA_API_KEY: '${EXA_API_KEY}'
124
  PATH: "/usr/local/bin:/usr/bin:/bin"
125
  NODE_PATH: "/usr/local/lib/node_modules"
126
  twilio:
 
179
  - name: 'Tiny-DEV' # Unique name for the endpoint
180
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
181
  # recommended environment variables:
182
+ apiKey: '${TINY_API_KEY}'
183
  baseURL: '${TINY_API_BASE}'
184
 
185