Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Dec 1, 2023
1 parent 76fed55 commit 2f8e0f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chat-xiuliu

ChatGPT双向语音助手, 通过function calling实现访问网络,执行代码,读写文件等功能,支持GPT-4V的图像识别功能。
ChatGPT双向语音助手, 通过function calling实现访问网络,执行代码,读写文件等功能,支持GPT-4V的图像识别功能,支持调用DALL·E 3生成图片

>这个项目是由虚拟猫娘休留(直播搞不下去了)的后台fork来的,去掉了弹幕互动的部分,增加了语音输入<br>
截止到2023年8月15日,使用LLM模拟人格的尝试,在我这里没有看到效果及成本可以接受的希望。<br>
Expand All @@ -14,6 +14,7 @@ ChatGPT双向语音助手, 通过function calling实现访问网络,执行代
- 连续调用函数处理
- 对话内容回忆
- 联网搜索关键词,获取网页内容
- 生成图片(DALL·E 3)
- 读写本地文件
- 在沙箱中执行JavaScript代码
- 打开本地文件或网页
Expand All @@ -24,7 +25,7 @@ ChatGPT双向语音助手, 通过function calling实现访问网络,执行代
- 支持设置代理

## 支持的模型
v2.2支持1106系列的GPT-4, GPT-4-Vision, GPT-3.5
v2.2支持1106系列的GPT-4, GPT-4-Vision, GPT-3.5, DALL·E 3

v2.1支持0613系列的GPT-4, GPT-3.5

Expand Down
Binary file modified screenshots/code_interpreter.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/setting2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f8e0f7

Please sign in to comment.