Julia Ostheimer commited on
Commit ·
6b02b62
1
Parent(s): f35f167
Add types for Langfuse secrets
Browse files
config.py
CHANGED
|
@@ -37,6 +37,9 @@ class AppSettings(Settings):
|
|
| 37 |
|
| 38 |
# secrets
|
| 39 |
llm_api_key: str
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
model_config = SettingsConfigDict(
|
| 42 |
pyproject_toml_table_header=("tool", "app_config"),
|
|
|
|
| 37 |
|
| 38 |
# secrets
|
| 39 |
llm_api_key: str
|
| 40 |
+
langfuse_public_api_key: str
|
| 41 |
+
langfuse_secret_api_key: str
|
| 42 |
+
langfuse_host: str
|
| 43 |
|
| 44 |
model_config = SettingsConfigDict(
|
| 45 |
pyproject_toml_table_header=("tool", "app_config"),
|