2024-02-27
Release Notes for Version 0.0.50
New Features
Introduced a new chat GPT function to enhance user interaction capabilities.
Added new GPT submodules to extend the functionality of the software.
Bug Fixes
Not specified in the provided logs.
Known Issues
Not specified in the provided logs.
Etc...
Updated the
.gitlab-ci.yml
file to improve the CI/CD pipeline.Removed
README_SDK_DEV.md
and introducedsdk_development.md
for better SDK development documentation.Renamed
setup_sdk_dev.sh
tosdk_dev_setup.sh
andrequirements_sdk.txt
tosdk_requirements.txt
for standardization of naming conventions.Modified
setup.py
to accommodate the latest changes in the software setup process.Added various helper scripts and configuration files to support the new GPT functionalities, such as
config.py
,prompt.yaml
,agent.py
,message.py
,workflow.py
,main.py
,default.py
,dockerfile
,requirements.txt
, andrun_api.sh
.
Last updated