Skip to content

Commit

Permalink
Include MAGENTIC_OPENAI_API_KEY in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmpcollins committed Dec 6, 2023
1 parent cf376a0 commit 8cbf8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ The following environment variables can be set.
| MAGENTIC_LITELLM_MAX_TOKENS | LiteLLM max number of generated tokens | 1024 |
| MAGENTIC_LITELLM_TEMPERATURE | LiteLLM temperature | 0.5 |
| MAGENTIC_OPENAI_MODEL | OpenAI model | gpt-4 |
| MAGENTIC_OPENAI_API_KEY | OpenAI API key to be used by magentic | sk-... |
| MAGENTIC_OPENAI_API_TYPE | Allowed options: "openai", "azure" | azure |
| MAGENTIC_OPENAI_BASE_URL | Base URL for an OpenAI-compatible API | http://localhost:8080 |
| MAGENTIC_OPENAI_MAX_TOKENS | OpenAI max number of generated tokens | 1024 |
Expand Down

0 comments on commit 8cbf8ee

Please sign in to comment.