mominah commited on
Commit
9caf3b3
·
verified ·
1 Parent(s): 86c49ea

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +0 -1
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