Update free_ai_apis.md (#707)

This commit is contained in:
Marco Beretta 2023-07-27 14:08:53 +02:00 committed by GitHub
parent b5353e2640
commit 6ae807c404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Once you have the API key, you should adjust your .env file like this:
OPENAI_API_KEY=your-chimera-api-key
# Reverse proxy settings for OpenAI:
OPENAI_REVERSE_PROXY=https://chimeragpt.adventblocks.cc/v1/chat/completions
OPENAI_REVERSE_PROXY=https://chimeragpt.adventblocks.cc/api/v1/chat/completions
# OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613
```