Releases: codeacme17/examor
Releases · codeacme17/examor
v0.4.2
🐛 Bug Fixs:
- Fix a logic bug with push question (#68) @codeacme17
- Add length check for question content (#69) @codeacme17
- Fix problems caused when packaging (#70) @codeacme17
v0.4.1
✨ Features
- Increase the number of push questions (#63) @codeacme17
- add gpt-4-1106-preview model (#66) @codeacme17
🐛 Bug Fixes
- Fix not init Anthropic model (#62) @codeacme17
- Fix column
designated_role
empty bug (#65) @codeacme17
v0.4.0
✨ Feature: Question Bank(#57) @codeacme17
In the Question Bank, we've accumulated some high-quality document questions, including outstanding open-source documents and books like the default vue-component
and vue-apis
. Within this feature module, you can easily import these existing questions into your notes. Furthermore, we warmly welcome you to contribute more high-quality documents or books to enrich our question bank! For detailed contribution guidelines, please see Contributing to the Question Bank.
v0.3.2
✨ Features
- Implement anthropic model support(#54) @codeacme17
- Added backward compatibility for getting question count @codeacme17
🐛 Bug Fixes
v0.3.1
✨ Features
- add
Best Documentation Practices
document @codeacme17 - add notification after a successful document upload(#50) @codeacme17
- add error message for documents that do not generate any problems(#51) @codeacme17
v0.3.0
✨ Features
- add fill-in-blank quesiton(#44) @codeacme17
🐛 Bug Fixes
- change
t_document
charset type to fix issue(#43) @codeacme17 - add profile key length verification(#45) @codeacme17
v0.2.3
✨ Features
- add the feature of selecting openai model(#36) @codeacme17
- optimize file upload and segmentation logic(#40) @codeacme17
- optimize the handling of generation problems(#42) @codeacme17
🐛 Bug Fixes
- add judgment on user API payment status to fix issue(#33) @codeacme17
- fixed some issues related to openai base(#35) @codeacme17
- remove unnecessary symbols in prompt to resolve errors in detection content(#37) @codeacme17
- fixed display bug when uploading multiple files(#41) @codeacme17
v0.2.2
🐛 Bug Fixes
- remove the '\r' character in wait-for-it.sh to fix issue #21 @JokinYang
- fixed where the upload event was not terminated when uploading the wrong file type #24 @codeacme17
- add markdown file judgment and repair #31 @codeacme17