feat: merge geekan:cli-etc

This commit is contained in:
莘权 马 2023-11-29 21:34:29 +08:00
parent 6fa3deef00
commit 810768a350

View file

@ -172,7 +172,7 @@ Max Output: 8192 chars or 2048 tokens. Try to use them up.
## Implementation approach: Provide as Plain text. Analyze the difficult points of the requirements, select the appropriate open-source framework.
## Python package name: Provide as Python str with python triple quoto, concise and clear, characters only use a combination of all lowercase and underscores
## Python package name: Provide as Python str with python triple quote, concise and clear, characters only use a combination of all lowercase and underscores
## File list: Provided as Python list[str], the list of ONLY REQUIRED files needed to write the program(LESS IS MORE!). Only need relative paths, comply with PEP8 standards. ALWAYS write a main.py or app.py here