Spaces:
Sleeping
Sleeping
Update models.py
Browse files
models.py
CHANGED
@@ -22,7 +22,6 @@ class QueryRequest(BaseModel):
|
|
22 |
bot_id: str
|
23 |
chat_id: str
|
24 |
query: str
|
25 |
-
prompt_type: str # Added to allow dynamic prompt selection
|
26 |
|
27 |
class QueryResponse(BaseModel):
|
28 |
response: str
|
|
|
22 |
bot_id: str
|
23 |
chat_id: str
|
24 |
query: str
|
|
|
25 |
|
26 |
class QueryResponse(BaseModel):
|
27 |
response: str
|