Skip to content

Commit

Permalink
improve readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed Apr 20, 2024
1 parent 20204ab commit 739a33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,11 @@ from l2m2.client import AsyncLLMClient

client = AsyncLLMClient({
"openai": os.getenv("OPENAI_API_KEY"),
"anthropic": os.getenv("ANTHROPIC_API_KEY"),
"google": os.getenv("GOOGLE_API_KEY"),
"cohere": os.getenv("COHERE_API_KEY"),
"groq": os.getenv("GROQ_API_KEY"),
"replicate": os.getenv("REPLICATE_API_KEY"),
})


Expand Down

0 comments on commit 739a33f

Please sign in to comment.