bentebbutt commited on
Commit
2f5cc3f
·
verified ·
1 Parent(s): 8d6098f

Update backend/app.py

Browse files
Files changed (1) hide show
  1. backend/app.py +2 -0
backend/app.py CHANGED
@@ -41,6 +41,8 @@ async def on_chat_start():
41
  temperature=0.2,
42
  stream=True,
43
  timeout=45,
 
 
44
  )
45
 
46
 
 
41
  temperature=0.2,
42
  stream=True,
43
  timeout=45,
44
+ base_url="https://bentebbutt-langroid-custom-front-end.hf.space",
45
+
46
  )
47
 
48