This commit is contained in:
Timothy J. Baek 2024-05-21 16:10:22 -07:00
parent 55512b68ae
commit 532de7cbe3
6 changed files with 1 additions and 1 deletions

View File

@ -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)