We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad48cfd commit 537cb8aCopy full SHA for 537cb8a
readme.md
@@ -1,5 +1,5 @@
1
# 一个简单的openai chat接口测试小工具
2
-基于 [dioxus](https://github.com/DioxusLabs/dioxus) 和 [bulma](https://bulma.io/documentation/components/modal/) (css)
+基于 [dioxus](https://github.com/DioxusLabs/dioxus) 和 [bulma](https://bulma.io) (css)
3
4
# Intro
5
用来做一些简单的问答(没有实现对话),可以保存prompt进行一些验证,探索。
@@ -34,3 +34,5 @@ cargo build
34
# release build
35
cargo build --release
36
```
37
+
38
+或者直接下载release
0 commit comments