Skip to content

Commit c1e2e23

Browse files
author
wangshiyouyang
committed
update functioncall to tools
1 parent be1a183 commit c1e2e23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from .query_runner import import_query_runners
1616
from .destinations import import_destinations
1717

18-
__version__ = "2.0.1"
19-
__DeepBI_version__ = "2.0.1"
18+
__version__ = "2.0.2"
19+
__DeepBI_version__ = "2.0.2"
2020

2121

2222
def setup_logging():

version.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Version
2+
### 2.0.2
3+
- Adapt an existing function call to the new openai version of tools
4+
25
### 2.0.1
36
- Add support LLM configurations,including BaiduQianfan、AliBailian
47

0 commit comments

Comments
 (0)