Complete self_thinking llm process and Agent Memory
This commit is contained in:
@@ -64,7 +64,7 @@ class DallEComputeNode(ComputeNode):
|
||||
self.output_dir = "./"
|
||||
self.output_dir = os.path.abspath(self.output_dir)
|
||||
|
||||
self.start()
|
||||
await self.start()
|
||||
|
||||
return True
|
||||
|
||||
|
||||
@@ -209,7 +209,7 @@ class OpenAI_ComputeNode(ComputeNode):
|
||||
if max_token_size > 4096:
|
||||
result_token = 4096
|
||||
else:
|
||||
result_token = max_token_size
|
||||
result_token = -1
|
||||
else:
|
||||
result_token = NOT_GIVEN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user