Spaces:
Build error
Build error
Update backend/app.py
Browse files- 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 |
|