We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1a183 commit c1e2e23Copy full SHA for c1e2e23
bi/__init__.py
@@ -15,8 +15,8 @@
15
from .query_runner import import_query_runners
16
from .destinations import import_destinations
17
18
-__version__ = "2.0.1"
19
-__DeepBI_version__ = "2.0.1"
+__version__ = "2.0.2"
+__DeepBI_version__ = "2.0.2"
20
21
22
def setup_logging():
version.md
@@ -1,4 +1,7 @@
1
# Version
2
+### 2.0.2
3
+- Adapt an existing function call to the new openai version of tools
4
+
5
### 2.0.1
6
- Add support LLM configurations,including BaiduQianfan、AliBailian
7
0 commit comments