File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ DAT 的核心驱动力,并非完全源于大语言模型自身的又一次智
107107
108108``` bash
109109# 下载最新版本
110- wget https://github.com/junjiem/dat/releases/latest/download/dat-cli-0.6.3 -full.tar.gz
110+ wget https://github.com/junjiem/dat/releases/latest/download/dat-cli-0.7.0 -full.tar.gz
111111
112112# 解压并配置环境变量
113113tar -xzf dat-cli-x.x.x.tar.gz
@@ -456,7 +456,7 @@ DAT提供了 `dat-sdk` 开发工具包,方便开发者在自己的Java应用
456456<dependency >
457457 <groupId >cn.datask</groupId >
458458 <artifactId >dat-sdk</artifactId >
459- <version >0.6.3 </version >
459+ <version >0.7.0 </version >
460460</dependency >
461461```
462462
Original file line number Diff line number Diff line change 6363 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6464 <maven .compiler.source>17</maven .compiler.source>
6565 <maven .compiler.target>17</maven .compiler.target>
66- <revision >0.6.3 </revision >
66+ <revision >0.7.0 </revision >
6767 <lombok .version>1.18.38</lombok .version>
6868 <jackson .version>2.18.3</jackson .version>
6969 <langchain4j .version>1.4.0</langchain4j .version>
You can’t perform that action at this time.
0 commit comments