You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
G:\NGCBot-master>python main.py
Traceback (most recent call last):
File "G:\NGCBot-master\main.py", line 1, in
from BotServer.MainServer import MainServer
File "G:\NGCBot-master\BotServer\MainServer.py", line 1, in
from BotServer.MsgHandleServer.FriendMsgHandle import FriendMsgHandle
File "G:\NGCBot-master\BotServer\MsgHandleServer\FriendMsgHandle.py", line 2, in
from ApiServer.AiServer.AiDialogue import AiDialogue
File "G:\NGCBot-master\ApiServer\AiServer\AiDialogue.py", line 5, in
from sparkai.llm.llm import ChatSparkLLM, ChunkPrintHandler
ModuleNotFoundError: No module named 'sparkai.llm'
The text was updated successfully, but these errors were encountered:
G:\NGCBot-master>python main.py
Traceback (most recent call last):
File "G:\NGCBot-master\main.py", line 1, in
from BotServer.MainServer import MainServer
File "G:\NGCBot-master\BotServer\MainServer.py", line 1, in
from BotServer.MsgHandleServer.FriendMsgHandle import FriendMsgHandle
File "G:\NGCBot-master\BotServer\MsgHandleServer\FriendMsgHandle.py", line 2, in
from ApiServer.AiServer.AiDialogue import AiDialogue
File "G:\NGCBot-master\ApiServer\AiServer\AiDialogue.py", line 5, in
from sparkai.llm.llm import ChatSparkLLM, ChunkPrintHandler
ModuleNotFoundError: No module named 'sparkai.llm'
The text was updated successfully, but these errors were encountered: