Spaces:
Build error
Build error
Update HugChatLLM.py
Browse files- HugChatLLM.py +1 -0
HugChatLLM.py
CHANGED
|
@@ -8,6 +8,7 @@ from hugchat import hugchat
|
|
| 8 |
from hugchat.login import Login
|
| 9 |
from typing import List, Dict, Generator, Optional,Tuple
|
| 10 |
logging.basicConfig(filename='improvement_log.log', level=logging.INFO)
|
|
|
|
| 11 |
|
| 12 |
class HugChatLLM:
|
| 13 |
def __init__(self, cookie_path_dir: str = "./cookies/"):
|
|
|
|
| 8 |
from hugchat.login import Login
|
| 9 |
from typing import List, Dict, Generator, Optional,Tuple
|
| 10 |
logging.basicConfig(filename='improvement_log.log', level=logging.INFO)
|
| 11 |
+
from UberToolkit import UberToolkit as UberK
|
| 12 |
|
| 13 |
class HugChatLLM:
|
| 14 |
def __init__(self, cookie_path_dir: str = "./cookies/"):
|