Skip to content

Commit

Permalink
update functioncall to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshiyouyang committed Jun 14, 2024
1 parent be1a183 commit c1e2e23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = "2.0.1"
__DeepBI_version__ = "2.0.1"
__version__ = "2.0.2"
__DeepBI_version__ = "2.0.2"


def setup_logging():
Expand Down
3 changes: 3 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Version
### 2.0.2
- Adapt an existing function call to the new openai version of tools

### 2.0.1
- Add support LLM configurations,including BaiduQianfan、AliBailian

Expand Down

0 comments on commit c1e2e23

Please sign in to comment.