Skip to content

Commit

Permalink
release 0.3.0-preview (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbotter committed Jul 6, 2023
1 parent ca2a956 commit c5ba452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/custouch/semantic-kernel-ERNIE-Bot</PackageProjectUrl>
<RepositoryUrl>https://github.com/custouch/semantic-kernel-ERNIE-Bot</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>0.2.1-preview</Version>
<Version>0.3.0-preview</Version>
<PackageOutputPath>..\..\nupkgs</PackageOutputPath>
<PackageReadmeFile>readme.md</PackageReadmeFile>

Expand Down
2 changes: 1 addition & 1 deletion src/ERNIE-Bot.SDK/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var client = new ERNIEBotClient(clientId, secret);
- [x] ERNIE-Bot-turbo
- [x] ERNIE-Bot-turbo (Stream)
- [x] Embedding-V1
- [ ] BLOOMZ-7B
- [x] BLOOMZ-7B
- [ ] Prompt模版


0 comments on commit c5ba452

Please sign in to comment.