Spaces:
Sleeping
Sleeping
Update gaia_api.py
Browse files- gaia_api.py +1 -1
gaia_api.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from fastapi import FastAPI
|
| 2 |
from pydantic import BaseModel
|
| 3 |
-
from
|
| 4 |
|
| 5 |
app = FastAPI()
|
| 6 |
|
|
|
|
| 1 |
from fastapi import FastAPI
|
| 2 |
from pydantic import BaseModel
|
| 3 |
+
from app import OpenRouterLLM # or the function that actually runs your model
|
| 4 |
|
| 5 |
app = FastAPI()
|
| 6 |
|