mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
docs: fix typos
This commit is contained in:
parent
9d49357323
commit
de8661d717
@ -1,5 +1,5 @@
|
||||
Task:
|
||||
[Write a Python program that generates company business card.Your program should accept name,title and email information entered by the user. Then, the designed business card image should contain these three pieces of information.I hope there will be a unified slogan in the lower right corner of the business card: ‘AGI For Lives’ and there here is a company name in the upper right corner: ‘ModelBest’. Finally, the program should save the business card image to a file, allowing the user to specify the file name and format (e.g., PNG, JPG).Make sure to provide a user-friendly interface that guides the user through the process of inputting the data and specifying the file name and format for the business card image. Test your program with various inputs to ensure it generates valid business card and handles different data types gracefully.]
|
||||
[Write a Python program that generates company business card.Your program should accept name, title and email information entered by the user. Then, the designed business card image should contain these three pieces of information. I hope there will be a unified slogan in the lower right corner of the business card: ‘AGI For Lives’ and there here is a company name in the upper right corner: ‘ModelBest’. Finally, the program should save the business card image to a file, allowing the user to specify the file name and format (e.g., PNG, JPG).Make sure to provide a user-friendly interface that guides the user through the process of inputting the data and specifying the file name and format for the business card image. Test your program with various inputs to ensure it generates valid business card and handles different data types gracefully.]
|
||||
|
||||
Config:
|
||||
ChatEnvConfig.clear_structure: True
|
||||
|
@ -1,5 +1,5 @@
|
||||
Task:
|
||||
Desgin a basic RGB color picker and slider with a GUI. Display the equivalent hex color code.
|
||||
Design a basic RGB color picker and slider with a GUI. Display the equivalent hex color code.
|
||||
|
||||
Config:
|
||||
ChatEnvConfig.clear_structure: True
|
||||
|
@ -1,5 +1,5 @@
|
||||
Task:
|
||||
design a pingpong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience.
|
||||
design a Ping-Pong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience.
|
||||
|
||||
Config:
|
||||
ChatEnvConfig.clear_structure: True
|
||||
|
Loading…
Reference in New Issue
Block a user