Skip to content
Snippets Groups Projects
Unverified Commit c6547ec0 authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

Update example ENV files (#2931)

update example env files
parent ad01df87
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,10 @@ GID='1000' ...@@ -121,6 +121,10 @@ GID='1000'
# NVIDIA_NIM_LLM_BASE_PATH='http://127.0.0.1:8000' # NVIDIA_NIM_LLM_BASE_PATH='http://127.0.0.1:8000'
# NVIDIA_NIM_LLM_MODEL_PREF='meta/llama-3.2-3b-instruct' # 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 ########## ######## Embedding API SElECTION ##########
########################################### ###########################################
...@@ -298,6 +302,9 @@ GID='1000' ...@@ -298,6 +302,9 @@ GID='1000'
#------ SearXNG ----------- https://github.com/searxng/searxng #------ SearXNG ----------- https://github.com/searxng/searxng
# AGENT_SEARXNG_API_URL= # AGENT_SEARXNG_API_URL=
#------ Tavily ----------- https://www.tavily.com/
# AGENT_TAVILY_API_KEY=
########################################### ###########################################
######## Other Configurations ############ ######## Other Configurations ############
########################################### ###########################################
......
...@@ -291,6 +291,9 @@ TTS_PROVIDER="native" ...@@ -291,6 +291,9 @@ TTS_PROVIDER="native"
#------ SearXNG ----------- https://github.com/searxng/searxng #------ SearXNG ----------- https://github.com/searxng/searxng
# AGENT_SEARXNG_API_URL= # AGENT_SEARXNG_API_URL=
#------ Tavily ----------- https://www.tavily.com/
# AGENT_TAVILY_API_KEY=
########################################### ###########################################
######## Other Configurations ############ ######## Other Configurations ############
########################################### ###########################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment