mirror of
https://github.com/IntelligenzaArtificiale/Free-Auto-GPT.git
synced 2026-06-02 06:14:36 +02:00
Trying to fix error of Enumerated task list
This commit is contained in:
committed by
GitHub
parent
9558fe1c7a
commit
7d8d500e69
@@ -14,7 +14,7 @@ class TaskCreationChain(LLMChain):
|
||||
" This result was based on this task description: {task_description}."
|
||||
" These are incomplete tasks: {incomplete_tasks}."
|
||||
" Based on the result, create new tasks to be completed"
|
||||
" Return the task as an List."
|
||||
" Return the task as an List without anything else."
|
||||
)
|
||||
prompt = PromptTemplate(
|
||||
template=task_creation_template,
|
||||
|
||||
Reference in New Issue
Block a user