K00B404 commited on
Commit
efc3fee
·
verified ·
1 Parent(s): 8945260

Update HugChatLLM.py

Browse files
Files changed (1) hide show
  1. 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/"):