Skip to content

Commit

Permalink
feat: update .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 28, 2024
1 parent a0d6f81 commit 7ebad1f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Optional
CODE_INTERPRETER_URL=http://127.0.0.1:50051
# Framework related
BEE_FRAMEWORK_LOG_PRETTY=true
BEE_FRAMEWORK_LOG_LEVEL="info"
BEE_FRAMEWORK_LOG_SINGLE_LINE="false"

# Tools
CODE_INTERPRETER_URL=http://127.0.0.1:50051

# For BAM LLM Adapter
# GENAI_API_KEY=

# For OpenAI LLM Adapter
# OPENAI_API_KEY=

0 comments on commit 7ebad1f

Please sign in to comment.