1 parent 00532dd commit 68c803bCopy full SHA for 68c803b
1 file changed
apps/api/src/planproof_api/config.py
@@ -4,6 +4,7 @@
4
5
6
class Settings(BaseSettings):
7
+ OPENAI_API_KEY: str | None = None
8
OPIK_API_KEY: str | None = None
9
OPIK_PROJECT_NAME: str = "Hackaton"
10
OPIK_WORKSPACE: str = "silviu-druma"
0 commit comments