Commit 09e1458d authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: default models value should be None

parent 7bc0c09b
...@@ -9,7 +9,7 @@ app = FastAPI() ...@@ -9,7 +9,7 @@ app = FastAPI()
origins = ["*"] origins = ["*"]
app.state.ENABLE_SIGNUP = True app.state.ENABLE_SIGNUP = True
app.state.DEFAULT_MODELS = "llava:13b" app.state.DEFAULT_MODELS = None
app.add_middleware( app.add_middleware(
CORSMiddleware, CORSMiddleware,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment