pvanand commited on
Commit
315723f
·
verified ·
1 Parent(s): c5e2935

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -251,7 +251,7 @@ async def chat(request: ChatRequest, background_tasks: BackgroundTasks, api_key:
251
  "conversation_id": conversation_id,
252
  "user_id": request.user_id
253
  }
254
- endpoint_url = "https://pvanand-general-chat.hf.space/v2/digiyatra-followup"
255
  else:
256
  llm_request = {
257
  "prompt": rag_prompt,
 
251
  "conversation_id": conversation_id,
252
  "user_id": request.user_id
253
  }
254
+ endpoint_url = "https://pvanand-general-chat.hf.space/digiyatra-followup"
255
  else:
256
  llm_request = {
257
  "prompt": rag_prompt,