Update models.py
Browse files
models.py
CHANGED
|
@@ -406,6 +406,7 @@ class HfApiModel(Model):
|
|
| 406 |
**kwargs,
|
| 407 |
)
|
| 408 |
response = self.client.chat_completion(**completion_kwargs)
|
|
|
|
| 409 |
print('===================================================')
|
| 410 |
print(response)
|
| 411 |
print('===================================================')
|
|
|
|
| 406 |
**kwargs,
|
| 407 |
)
|
| 408 |
response = self.client.chat_completion(**completion_kwargs)
|
| 409 |
+
print(completion_kwargs)
|
| 410 |
print('===================================================')
|
| 411 |
print(response)
|
| 412 |
print('===================================================')
|