mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: default models value should be None
This commit is contained in:
parent
7bc0c09b25
commit
09e1458d59
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user