Advanced Configuration
Environment Variables
File:
.envPurpose: Securely manage API keys and configuration parameters.
Variables:
OPENAI_API_KEY: Your OpenAI API key.LOG_LEVEL: Set log verbosity (DEBUG,INFO,ERROR).MAX_RETRIES: Number of retry attempts for API failures.
Customizable Parameters
Temperature Control: Adjust the
temperatureparameter for creativity or focus.Token Limits: Modify the
max_tokensfor output length.Agent-Specific Settings: Enable or disable agents in the
app.pyfile.
Last updated
