mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
fix example
This commit is contained in:
parent
fdc00e8d9f
commit
54d06960ea
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ async def generate_novel():
|
|||
chap_node = await ActionNode.from_pydantic(Chapters).fill(
|
||||
context=f"### instruction\n{instruction}\n### novel\n{novel_node.content}", llm=LLM()
|
||||
)
|
||||
print(chap_node.content)
|
||||
print(chap_node.instruct_content)
|
||||
|
||||
|
||||
asyncio.run(generate_novel())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue