We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4ebc5 commit f7c2517Copy full SHA for f7c2517
genai/.env.example
@@ -5,9 +5,11 @@ WEAVIATE_GRPC_PORT=50051
5
### Service Configuration - passed at docker image build time
6
GEMAI_PORT=8888
7
### Additional Configuration - passed at image build time
8
-GEMAI_APP_NAME=skill-forge-genai-dev
9
-GEMAI_APP_VERSION=0.0.1
10
-
+GENAI_APP_NAME=skill-forge-genai-dev
+GENAI_APP_VERSION=0.0.1
+IS_DEV_MODE=1
11
+UVICORN_WORKERS=1
12
+CORS_ALLOW_ORIGINS=*
13
### LLM Provider Configuration - passed at runtime
14
#### ! Use one !
15
##### For LLMStudio Configuration
0 commit comments