Spaces:
Runtime error
Runtime error
# Copy this file to .env and add your OpenAI API key | |
# Get your API key from: https://platform.openai.com/api-keys | |
OPENAI_API_KEY=your_openai_api_key_here | |
# Optional: Model configuration | |
# OPENAI_MODEL=gpt-4 | |
# OPENAI_MODEL=gpt-3.5-turbo | |
# Optional: Temperature for model responses (0.0 to 2.0) | |
# TEMPERATURE=0.7 | |
# Optional: Maximum tokens for responses | |
# MAX_TOKENS=4000 | |
# Optional: Gradio server port (if you want to specify manually) | |
# GRADIO_SERVER_PORT=7860 |