update the model bigscience/bloom
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ final_answer = FinalAnswerTool()
|
|
110 |
model = HfApiModel(
|
111 |
max_tokens=2096,
|
112 |
temperature=0.5,
|
113 |
-
model_id='
|
114 |
custom_role_conversions=None,
|
115 |
)
|
116 |
|
|
|
110 |
model = HfApiModel(
|
111 |
max_tokens=2096,
|
112 |
temperature=0.5,
|
113 |
+
model_id='bigscience/bloom',# it is possible that this model may be overloaded
|
114 |
custom_role_conversions=None,
|
115 |
)
|
116 |
|