mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
API_KEY =
|
|
PROVIDER_NAME = os.getenv("PROVIDER_NAME", "openai")
|
|
MODEL_NAME = os.getenv("MODEL_NAME", "gpt-4.1")
|
|
# HOST_URL = os.getenv("MODEL_URL")
|
|
LOG_LEVEL=INFO
|
|
|