Skip to content

Commit

Permalink
chore(env): update .env.example for local model and OpenAI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsoyes committed Jul 16, 2024
1 parent 8b056be commit e410284
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/aiddc/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenAI API key
OPENAI_API_KEY="YOUR_API_KEY"
# Local LLM
LOCAL_MODEL=qwen2

# Development purpose
# OpenAI LLM
OPENAI_API_KEY=YOUR_API_KEY

# Config
DEBUG=false

0 comments on commit e410284

Please sign in to comment.