Skip to content

Commit 85faa7a

Browse files
committed
wip
1 parent 463379d commit 85faa7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modelscope_agent/cli/code/coding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
cur_dir = os.path.dirname(cur_file)
1111
config = Config.from_task(os.path.join(cur_dir, 'coding.yaml'))
1212
engine = SimpleEngine(config=config, trust_remote_code=True)
13-
query = '写一个万宁旅游的介绍网站' # input('>>>Please input the query')
13+
query = '写一个中文的万宁旅游的介绍网站,图文并茂' # input('>>>Please input the query')
1414
asyncio.run(engine.run(query))

modelscope_agent/cli/code/coding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ prompt:
3232
3. The site will display specific categories, each category can showcase different product showcases
3333
4. Products can be clicked to purchase or favorite, so I need to design a complete favorites functionality
3434
5. Due to the complexity of the code engineering, I cannot complete this complex goal in a single file, so I need to split the tasks, which task should in charge of one single code file.
35-
6. I should give a very detail design of the page functions and file locations, in case the sub tasks work abnormally
35+
6. I should give very detail designs of the pages functions, relations(This is the most important thing!!), and file locations, in case the sub tasks work abnormally
3636
...
3737
3838
The subtasks I need to split are:

0 commit comments

Comments
 (0)