mirror of
https://github.com/open-webui/pipelines
synced 2025-05-11 08:01:08 +00:00
refac
This commit is contained in:
parent
55512b68ae
commit
532de7cbe3
2
main.py
2
main.py
@ -14,7 +14,7 @@ from utils import get_last_user_message, stream_message_template
|
|||||||
from schemas import OpenAIChatCompletionForm
|
from schemas import OpenAIChatCompletionForm
|
||||||
from config import MODEL_ID, MODEL_NAME
|
from config import MODEL_ID, MODEL_NAME
|
||||||
|
|
||||||
from pipeline import get_response
|
from pipelines.pipeline import get_response
|
||||||
|
|
||||||
app = FastAPI(docs_url="/docs", redoc_url=None)
|
app = FastAPI(docs_url="/docs", redoc_url=None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user