Skip to content

Commit

Permalink
chore: update .env.template
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 6, 2024
1 parent 9199ff5 commit 36a4a83
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,56 @@ BEE_FRAMEWORK_LOG_SINGLE_LINE="false"
# BEE_FRAMEWORK_INSTRUMENTATION_IGNORED_KEYS=

# For WatsonX LLM Adapter
# WATSONX_API_KEY=
# WATSONX_PROJECT_ID=
# WATSONX_API_KEY=""
# WATSONX_PROJECT_ID=""
# WATSONX_REGION="us-south"

# For Ollama LLM Adapter
# OLLAMA_HOST=http://0.0.0.0:11434
# OLLAMA_HOST="http://0.0.0.0:11434"

# For OpenAI LLM Adapter
# OPENAI_API_KEY=
# OPENAI_API_KEY=""

# For Azure OpenAI LLM Adapter
OPENAI_API_VERSION=
AZURE_DEPLOYMENT_NAME=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_ENDPOINT=
# OPENAI_API_VERSION=""
# AZURE_DEPLOYMENT_NAME=""
# AZURE_OPENAI_API_KEY=""
# AZURE_OPENAI_ENDPOINT=""

# For Groq LLM Adapter
# GROQ_API_KEY=
# GROQ_API_KEY=""

# For IBM BAM LLM Adapter
# GENAI_API_KEY=
# GENAI_API_KEY=""

# For IBM VLLM LLM Adapter
# IBM_VLLM_URL=
# IBM_VLLM_ROOT_CERT=
# IBM_VLLM_CERT_CHAIN=
# IBM_VLLM_PRIVATE_KEY=
# IBM_VLLM_URL=""
# IBM_VLLM_ROOT_CERT=""
# IBM_VLLM_CERT_CHAIN=""
# IBM_VLLM_PRIVATE_KEY=""

# For IBM RITS LLM Adapter
# IBM_RITS_URL=
# IBM_RITS_API_KEY=
# IBM_RITS_URL=""
# IBM_RITS_API_KEY=""
# IBM_RITS_MODEL=ibm-granite/granite-3.0-8b-instruct

# LLM Provider, used for some of the example agents
# (watsonx/ollama/openai/groq/bam/ibmvllm/ibmrits)
# LLM_BACKEND=ollama
# LLM_BACKEND="ollama"

# For GCP VertexAI Adapter
# GOOGLE_APPLICATION_CREDENTIALS=
# GCP_VERTEXAI_PROJECT=
# GCP_VERTEXAI_LOCATION=
# GOOGLE_APPLICATION_CREDENTIALS=""
# GCP_VERTEXAI_PROJECT=""
# GCP_VERTEXAI_LOCATION=""

# Tools
# CODE_INTERPRETER_URL=http://127.0.0.1:50051
# CODE_INTERPRETER_URL="http://127.0.0.1:50051"

# For Google Search Tool
# GOOGLE_API_KEY=your-google-api-key
# GOOGLE_CSE_ID=your-custom-search-engine-id
# GOOGLE_API_KEY="your-google-api-key"
# GOOGLE_CSE_ID="your-custom-search-engine-id"

# For Elasticsearch Tool
# ELASTICSEARCH_NODE=
# ELASTICSEARCH_API_KEY=
# ELASTICSEARCH_NODE=""
# ELASTICSEARCH_API_KEY=""

0 comments on commit 36a4a83

Please sign in to comment.