Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhiwang committed Aug 2, 2024
1 parent 4af2904 commit 0c69b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation_and_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ OpenAI API
Here is a standard configuration for the user using the OpenAI API.

.. code-block:: Properties
OPENAI_API_KEY=<your_api_key>
EMBEDDING_MODEL=text-embedding-3-small
CHAT_MODEL=gpt-4-turbo
Expand Down Expand Up @@ -81,7 +82,7 @@ Configuration List
+=============================+==================================================+=========================+
| OPENAI_API_KEY | API key for both chat and embedding models | None |
+-----------------------------+--------------------------------------------------+-------------------------+
| EMBEDDING_OPENAI_API_KEY | Use a different API key for embedding model | None |
| EMBEDDING_OPENAI_API_KEY | Use a different API key for embedding model | None |
+-----------------------------+--------------------------------------------------+-------------------------+
| CHAT_OPENAI_API_KEY | Set to use a different API key for chat model | None |
+-----------------------------+--------------------------------------------------+-------------------------+
Expand Down

0 comments on commit 0c69b45

Please sign in to comment.