Skip to content

Commit

Permalink
docs: list api key env variables uniformly for all providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 12, 2024
1 parent 2343ab6 commit d598ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Here is an example:
ANTHROPIC_API_KEY = ""
OPENROUTER_API_KEY = ""
XAI_API_KEY = ""
GEMINI_API_KEY = ""
GROQ_API_KEY = ""
DEEPSEEK_API_KEY = ""
Expand Down
3 changes: 2 additions & 1 deletion docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Use the ``[env]`` section in the ``gptme.toml`` :doc:`config` file to store API
- ``ANTHROPIC_API_KEY="your-api-key"``
- ``OPENROUTER_API_KEY="your-api-key"``
- ``GEMINI_API_KEY="your-api-key"``
- ``GROQ_API_KEY="your-api-key"``
- ``XAI_API_KEY="your-api-key"``
- ``GROQ_API_KEY="your-api-key"``
- ``DEEPSEEK_API_KEY="your-api-key"``

.. rubric:: Local

Expand Down

0 comments on commit d598ff3

Please sign in to comment.