forked from open-webui/open-webui
fix: default models value should be None
This commit is contained in:
parent
7bc0c09b25
commit
09e1458d59
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ app = FastAPI()
|
|||
origins = ["*"]
|
||||
|
||||
app.state.ENABLE_SIGNUP = True
|
||||
app.state.DEFAULT_MODELS = "llava:13b"
|
||||
app.state.DEFAULT_MODELS = None
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
|
|
Loading…
Reference in a new issue