You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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