# Very basic .env file with options that are easy to change. Allows you to deploy everything on a single machine. # .env is not required unless you wish to change defaults # Choose between "openai-chat-completion" and "openai-completion" INTERNAL_MODEL_VERSION=openai-chat-completion # Use a valid model for the choice above, consult https://platform.openai.com/docs/models/model-endpoint-compatibility OPENAPI_MODEL_VERSION=gpt-3.5-turbo