Skip to content

Commit 4a9413c

Browse files
committed
Update ChatGPT.py
1 parent 21b04d6 commit 4a9413c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

nodes/ChatGPT.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -843,12 +843,7 @@ def run(self, json_string,key="",json_string2=None):
843843

844844
# 以下为固定提示词的LLM节点示例
845845
class SimulateDevDesignDiscussions:
846-
def __init__(self):
847-
# self.__client = OpenAI()
848-
self.session_history = [] # 用于存储会话历史的列表
849-
# self.seed=0
850-
self.system_content="You are ChatGPT, a large language model trained by OpenAI. Answer as concisely as possible."
851-
846+
852847
@classmethod
853848
def INPUT_TYPES(cls):
854849

0 commit comments

Comments
 (0)