mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
feat: Added envs for LLM Observability
This commit is contained in:
parent
6feb9a6388
commit
5fecca9457
1 changed files with 6 additions and 0 deletions
|
@ -21,3 +21,9 @@ GEMINI_API_KEY="AIzaSyB6-1641124124124124124124124124124"
|
||||||
|
|
||||||
UNSTRUCTURED_API_KEY="Tpu3P0U8iy"
|
UNSTRUCTURED_API_KEY="Tpu3P0U8iy"
|
||||||
FIRECRAWL_API_KEY="fcr-01J0000000000000000000000"
|
FIRECRAWL_API_KEY="fcr-01J0000000000000000000000"
|
||||||
|
|
||||||
|
#OPTIONAL: Add these for LangSmith Observability
|
||||||
|
LANGSMITH_TRACING=true
|
||||||
|
LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
|
||||||
|
LANGSMITH_API_KEY="lsv2_pt_....."
|
||||||
|
LANGSMITH_PROJECT="surfsense"
|
||||||
|
|
Loading…
Add table
Reference in a new issue