Not sure this will work

This commit is contained in:
Keith Stevens
2023-01-22 21:36:52 +09:00
parent 91ea5eab9b
commit ec5bdef719
6 changed files with 20 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ export DEBUG_USE_SEED_DATA=True
export DEBUG_SKIP_TOXICITY_CALCULATION=True
export DEBUG_ALLOW_SELF_LABELING=True
export DEBUG_SKIP_EMBEDDING_COMPUTATION=True
export BACKEND_CORS_ORIGINS='["http://localhost:3000"]'
uvicorn main:app --reload --port 8080 --host 0.0.0.0