Spaces:
Sleeping
Sleeping
Update dynamic_cheatsheet/language_model.py
Browse files
dynamic_cheatsheet/language_model.py
CHANGED
|
@@ -8,6 +8,8 @@ from litellm import completion
|
|
| 8 |
from functools import partial
|
| 9 |
import os # Added for SAMBANOVA env vars
|
| 10 |
|
|
|
|
|
|
|
| 11 |
class LanguageModel:
|
| 12 |
def __init__(self,
|
| 13 |
model_name: str,
|
|
|
|
| 8 |
from functools import partial
|
| 9 |
import os # Added for SAMBANOVA env vars
|
| 10 |
|
| 11 |
+
litellm._turn_on_debug()
|
| 12 |
+
|
| 13 |
class LanguageModel:
|
| 14 |
def __init__(self,
|
| 15 |
model_name: str,
|