Spaces:
Runtime error
Runtime error
Update models.py
Browse files
models.py
CHANGED
|
@@ -19,10 +19,9 @@ class NewChatResponse(BaseModel):
|
|
| 19 |
chat_id: str
|
| 20 |
|
| 21 |
class QueryRequest(BaseModel):
|
| 22 |
-
bot_id: str
|
| 23 |
chat_id: str
|
| 24 |
query: str
|
| 25 |
-
|
| 26 |
|
| 27 |
class QueryResponse(BaseModel):
|
| 28 |
response: str
|
|
|
|
| 19 |
chat_id: str
|
| 20 |
|
| 21 |
class QueryRequest(BaseModel):
|
|
|
|
| 22 |
chat_id: str
|
| 23 |
query: str
|
| 24 |
+
|
| 25 |
|
| 26 |
class QueryResponse(BaseModel):
|
| 27 |
response: str
|