We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f850b6 commit 054c8d1Copy full SHA for 054c8d1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
2
3
+## [1.18.18](https://github.com/msgbyte/tianji/compare/v1.18.17...v1.18.18) (2025-03-11)
4
+
5
+### Others
6
7
+* update top p and temperature ([1f850b6](https://github.com/msgbyte/tianji/commit/1f850b6a5b22307ff89ba70e6f1236c241d28fa5))
8
9
## [1.18.17](https://github.com/msgbyte/tianji/compare/v1.18.16...v1.18.17) (2025-03-11)
10
11
### Others
package.json
@@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
- "version": "1.18.17",
+ "version": "1.18.18",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
0 commit comments