Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ max_tokens=2096,
|
|
48 |
temperature=0.5,
|
49 |
model_id='https://hw8xnfe229rbxakk.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
50 |
custom_role_conversions=None,
|
51 |
-
token=os.getenv(HF_TOKEN)
|
52 |
)
|
53 |
|
54 |
|
|
|
48 |
temperature=0.5,
|
49 |
model_id='https://hw8xnfe229rbxakk.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
50 |
custom_role_conversions=None,
|
51 |
+
token=os.getenv("HF_TOKEN")
|
52 |
)
|
53 |
|
54 |
|