This project uses the following environment variables in the .env
file:
- Your OpenAI API key is required for accessing the OpenAI.
- The base URL for the OpenAI API. No action needed, set to
https://api.openai.com/v1
.
- Model variant used for language generation by GPT-3.5 Turbo API.
- Maximum tokens allowed in a single API call to GPT-3.5 Turbo API. Default: 5000.
- Language for communication with the GPT-3.5 Turbo model. Default: English.