We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537cb8a commit a9b1146Copy full SHA for a9b1146
readme.md
@@ -1,13 +1,14 @@
1
# 一个简单的openai chat接口测试小工具
2
-基于 [dioxus](https://github.com/DioxusLabs/dioxus) 和 [bulma](https://bulma.io) (css)
+基于 [dioxus](https://github.com/DioxusLabs/dioxus) 和 [bulma](https://bulma.io) (css)
3
+灵感来自: [https://github.com/DioxusLabs/example-projects/tree/master/image_generator_open_ai](https://github.com/DioxusLabs/example-projects/tree/master/image_generator_open_ai)
4
5
# Intro
6
用来做一些简单的问答(没有实现对话),可以保存prompt进行一些验证,探索。
7
8

9
10
## 设置
-
11
+
12
第一项是proxy的地址 如果可以直连就使用`https://api.openai.com`
13
第二项是openai的secret
14
设置会在生成`gui_config.json`文件, secret明文存储请注意安全
0 commit comments