Skip to content

v1.1.7

Compare
Choose a tag to compare
@DoraDong-2023 DoraDong-2023 released this 01 Dec 14:05
· 132 commits to main since this release
  • Added SONATA tutorial and MIOSTONE tutorial to showcase tool usage. Upload data and pretrained models onto drive.
  • Fixed bug in class-type APIs that caused errors when using methods. Methods can now be called and used correctly.
  • Resolved program exit issue without error throw. Errors are now handled properly with relevant error messages displayed.
  • Addressed retriever loading issue for specific tools. Indivdual retrievers can now be loaded and utilized correctly for each tool.
  • Enhance Robustness for basic type parameters. When entering result_* for basic type parameters, it will show result_* instead of "result_*" even it is of str type.
  • Fix bug of secrets variable in src/gpt/gpt_interface.py. Change the way to call OpenAI from langchain to OpenAI lib in models/model.py