Spaces:
Running
Running
Commit ·
72f992b
1
Parent(s): b7e060a
- routers/llm_router.py +3 -0
routers/llm_router.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from fastapi import APIRouter, Form, File, UploadFile
|
| 2 |
from utils.common import CommonResponse
|
| 3 |
from utils.db import get_connection
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
https://chatgpt.com/share/6a03d706-d848-83a9-b06d-d0a7fb83b79d
|
| 3 |
+
"""
|
| 4 |
from fastapi import APIRouter, Form, File, UploadFile
|
| 5 |
from utils.common import CommonResponse
|
| 6 |
from utils.db import get_connection
|