Skip to content

Commit

Permalink
fix a typo in .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Jan 6, 2025
1 parent d445a06 commit 6fb97ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto-agents-framework/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ POST_INTERVAL_MINUTES=30
# LLM Configuration
DECISION_LLM_PROVIDER=openai # or anthropic or llama
ANALYZE_LLM_PROVIDER=openai # or anthropic or llama
GENERATION_LLM_PROVIDER=anthropic # or anthropic or llama
RESPONSE_LLM_PROVIDER=anthropic # or anthropic or llama
GENERATION_LLM_PROVIDER=anthropic # or openai or llama
RESPONSE_LLM_PROVIDER=anthropic # or openai or llama
OPENAI_API_KEY=<openai_api_key>
ANTHROPIC_API_KEY=<anthropic_api_key>
LLAMA_API_URL=<llama_api_url>
Expand Down

0 comments on commit 6fb97ac

Please sign in to comment.