Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Doriandarko authored May 28, 2024
1 parent 2162b4c commit 207cd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This Python script demonstrates an AI-assisted task breakdown and execution work
Thanks to a rewrite of the codebase using LiteLLM, it's now much easier to select the model you want.

Simply
### Set environment variables for API keys for the services you are using
#### Set environment variables for API keys for the services you are using
os.environ["OPENAI_API_KEY"] = "YOUR KEY"

os.environ["ANTHROPIC_API_KEY"] = "YOUR KEY"

os.environ["GEMINI_API_KEY"] = "YOUR KEY"

### Define the models to be used for each stage
#### Define the models to be used for each stage
ORCHESTRATOR_MODEL = "gemini/gemini-1.5-flash-latest"
SUB_AGENT_MODEL = "gemini/gemini-1.5-flash-latest"
REFINER_MODEL = "gemini/gemini-1.5-flash-latest"
Expand Down

0 comments on commit 207cd40

Please sign in to comment.