Skip to content

Commit f7c2517

Browse files
fix: Correct environment variable names for GENAI configuration in .env.example
1 parent ff4ebc5 commit f7c2517

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

genai/.env.example

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ WEAVIATE_GRPC_PORT=50051
55
### Service Configuration - passed at docker image build time
66
GEMAI_PORT=8888
77
### Additional Configuration - passed at image build time
8-
GEMAI_APP_NAME=skill-forge-genai-dev
9-
GEMAI_APP_VERSION=0.0.1
10-
8+
GENAI_APP_NAME=skill-forge-genai-dev
9+
GENAI_APP_VERSION=0.0.1
10+
IS_DEV_MODE=1
11+
UVICORN_WORKERS=1
12+
CORS_ALLOW_ORIGINS=*
1113
### LLM Provider Configuration - passed at runtime
1214
#### ! Use one !
1315
##### For LLMStudio Configuration

0 commit comments

Comments
 (0)