Spaces:
Sleeping
Sleeping
Commit ·
497af08
1
Parent(s): 9fb8b2c
bug fix
Browse files
main.py
CHANGED
|
@@ -6,7 +6,7 @@ import httpx
|
|
| 6 |
from fastapi import FastAPI, Request, HTTPException
|
| 7 |
from fastapi.responses import StreamingResponse
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
-
from
|
| 10 |
ChatMessage, ChatCompletionRequest, NotionTranscriptConfigValue,
|
| 11 |
NotionTranscriptItem, NotionDebugOverrides, NotionRequestBody,
|
| 12 |
ChoiceDelta, Choice, ChatCompletionChunk, Model, ModelList
|
|
|
|
| 6 |
from fastapi import FastAPI, Request, HTTPException
|
| 7 |
from fastapi.responses import StreamingResponse
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
+
from models import (
|
| 10 |
ChatMessage, ChatCompletionRequest, NotionTranscriptConfigValue,
|
| 11 |
NotionTranscriptItem, NotionDebugOverrides, NotionRequestBody,
|
| 12 |
ChoiceDelta, Choice, ChatCompletionChunk, Model, ModelList
|