mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
Fix typo in design_api.py
seperatedly -> separately
This commit is contained in:
parent
a69f07e62f
commit
f0e46bcac8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '## <SECTION_NAME>' SHOULD WRITE BEFORE the code and triple quote.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue