Update main.py
Browse files
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/
|
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,
|