Update .env
Browse files
.env
CHANGED
@@ -4,7 +4,7 @@ FLASK_SECRET_KEY=your-secret-key-here
|
|
4 |
UPLOAD_FOLDER=output
|
5 |
|
6 |
# AI Provider Selection (options: g4f, openai, huggingface, together)
|
7 |
-
AI_PROVIDER=
|
8 |
|
9 |
# OpenAI Configuration
|
10 |
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
4 |
UPLOAD_FOLDER=output
|
5 |
|
6 |
# AI Provider Selection (options: g4f, openai, huggingface, together)
|
7 |
+
AI_PROVIDER=openai
|
8 |
|
9 |
# OpenAI Configuration
|
10 |
OPENAI_API_KEY=your-openai-api-key-here
|