gouravbhadraDev commited on
Commit
4d23616
·
verified ·
1 Parent(s): c3c74a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def scrape(url: str = Query(...)):
36
  return ThreadResponse(question=question, replies=replies)
37
  return ThreadResponse(question="", replies=[])
38
 
39
- MODEL_NAME = "deepseek-ai/DeepSeek-V3"
40
 
41
  # Load the pipeline once at startup with device auto-mapping
42
  text_generator = pipeline(
 
36
  return ThreadResponse(question=question, replies=replies)
37
  return ThreadResponse(question="", replies=[])
38
 
39
+ MODEL_NAME = "sarvamai/sarvam-m"
40
 
41
  # Load the pipeline once at startup with device auto-mapping
42
  text_generator = pipeline(