From f0e46bcac8a3e144a7beb4e40c7fefd77b38acda Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 6 Jul 2023 01:06:52 +0900 Subject: [PATCH] Fix typo in design_api.py seperatedly -> separately --- metagpt/actions/design_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/design_api.py b/metagpt/actions/design_api.py index 51472b960..7ba05038d 100644 --- a/metagpt/actions/design_api.py +++ b/metagpt/actions/design_api.py @@ -19,7 +19,7 @@ PROMPT_TEMPLATE = """ {context} ----- Role: You are an architect; the goal is to design a SOTA PEP8-compliant python system; make the best use of good open source tools -Requirement: Fill in the following missing information based on the context, note that all sections are response with code form seperatedly +Requirement: Fill in the following missing information based on the context, note that all sections are response with code form separately Max Output: 8192 chars or 2048 tokens. Try to use them up. Attention: Use '##' to split sections, not '#', and '## ' SHOULD WRITE BEFORE the code and triple quote.