Releases: Muyu-Chen/Auto-Essay-Grader
Releases · Muyu-Chen/Auto-Essay-Grader
version 1.2 at 11/11/2024 [IMPORTANT UPDATE]
重大版本更新,一键启动包成功发布!!
注意事项
一定要把所有文件全部解压缩后运行!!!!
使用方法
第一次运行
第一次运行的时候请执行以下步骤1和2,从第二次开始就只需要执行步骤3。
- 先点开
initialize_config.exe
,按照提示输入你的API-key,如果后续的文字你也不懂的话,直接按回车即可。 - 点开
server
,同意程序连接网络(Windows的弹窗),等待其出现Running on http://127.0.0.1:5000
后即可。 - 点开
GUIClient.exe
即可开始运行。
文件说明
- 文件
criteria.txt
是评分标准,可以在程序中更改。 - 文件
rulePlaySettings.txt
是让AI角色扮演为老师,可以根据需要改动,例如可以把“50字中文评语”改成“100字英语评语”。
Notes
Make sure to extract all files before running!!!
First Run
For the first run, please follow steps 1 and 2 below. From the second run onwards, only step 3 is required.
- Open
initialize_config.exe
and enter your API-key as prompted. If you don't understand any subsequent messages, just press Enter. - Open
server
, agree to the network connection request (Windows pop-up), and wait until it displaysRunning on http://127.0.0.1:5000
. - Open
GUIClient.exe
to start the application.
File Information
- The
criteria.txt
file contains the scoring criteria, which can be modified within the program. - The
rulePlaySettings.txt
file is used to set the AI role-playing as a teacher. You can modify it according to your needs, such as changing “50-character Chinese comments” to “100-character English comments.”
更新日志 | Update
Nov. 11, 2024
- release版本打包为一键启动包,无需任何繁琐步骤!
- 配置文件解耦,单独存于json文件中,脱离主程序;
- prompt解耦,单独存于txt文件中,使得程序的应用更广,可以通过更改
criteria.txt
,rulePlaySettings.txt
来更改默认配置(不建议修改rulePlaySettings); - 增加初始化程序,让用户一键运行;
- 拥有初始化应用程序,引导用户更改api-key等设置;
- 每30s自动保存文本框中的内容,保存于
criteria.txt
中; - 初步将文本内容解耦,已建立文件,但目前还没有全部开发完成。
English Version
- Release Version Comes to One-Click Package!!! No more steps you need to do!!!
- Configuration files decoupled and stored in JSON files, separated from the main program.
- Prompts decoupled and stored in TXT files to make the program more versatile. Changes to
criteria.txt
andrulePlaySettings.txt
can adjust default settings. Not recommended to changerulePlaySettings
. - Added an initialization program for one-click operation.
- Has an initialization app that guides users to change settings like API keys.
- Automatically saves text box content every 30 seconds into
criteria.txt
. - Text content decoupling started; files created but not fully developed yet.
version 1.0 at 10/17/2024
this program is build based on the code which is published. the backend url is http://localhost:5000/chat