From c6547ec04d431659525dbc670cb55b6395094e70 Mon Sep 17 00:00:00 2001 From: Sean Hatfield <seanhatfield5@gmail.com> Date: Fri, 3 Jan 2025 12:09:42 +0800 Subject: [PATCH] Update example ENV files (#2931) update example env files --- docker/.env.example | 7 +++++++ server/.env.example | 3 +++ 2 files changed, 10 insertions(+) diff --git a/docker/.env.example b/docker/.env.example index 19c04dfa8..d8fda14b4 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -121,6 +121,10 @@ GID='1000' # NVIDIA_NIM_LLM_BASE_PATH='http://127.0.0.1:8000' # NVIDIA_NIM_LLM_MODEL_PREF='meta/llama-3.2-3b-instruct' +# LLM_PROVIDER='deepseek' +# DEEPSEEK_API_KEY='your-deepseek-api-key-here' +# DEEPSEEK_MODEL_PREF='deepseek-chat' + ########################################### ######## Embedding API SElECTION ########## ########################################### @@ -298,6 +302,9 @@ GID='1000' #------ SearXNG ----------- https://github.com/searxng/searxng # AGENT_SEARXNG_API_URL= +#------ Tavily ----------- https://www.tavily.com/ +# AGENT_TAVILY_API_KEY= + ########################################### ######## Other Configurations ############ ########################################### diff --git a/server/.env.example b/server/.env.example index bf528359d..7884d5b92 100644 --- a/server/.env.example +++ b/server/.env.example @@ -291,6 +291,9 @@ TTS_PROVIDER="native" #------ SearXNG ----------- https://github.com/searxng/searxng # AGENT_SEARXNG_API_URL= +#------ Tavily ----------- https://www.tavily.com/ +# AGENT_TAVILY_API_KEY= + ########################################### ######## Other Configurations ############ ########################################### -- GitLab