IllTamer

Results 9 comments of IllTamer

我从官网得知最新版的模型应该是 `text-davinci-003` ![image](https://user-images.githubusercontent.com/78360471/206637293-361bc235-b65f-4784-b4bd-d390d609c77a.png) 但我查看当前项目源码,发现使用的模型为 `text-davinci-002-render` ![image](https://user-images.githubusercontent.com/78360471/206637470-cd36506e-acc0-444b-bcfc-fb7f3aef6193.png) 遂想更改模型版本,尝试调用 `text-davinci-003` 处理对话,便重写了 `getChatResponse(String prompt, String output)` 方法并仅修改了 `data.put("model", "text-davinci-003");` 一句。而后在调试时发现 `getChatText(Map data)` 方法中存在报错,原因是如下代码解析 `part` 变量出错: ```java String part = s.substring(5); JSONObject lineData =...

感谢您的帮助!我是第一次接触openai,能否烦请您再解释下003模型不可用的原因,是该项目调用的api暂未支持到003版本吗>

Hello @sczyh30 , may I ask if there is a suitable candidate identified for this issue? I am very interested in this. If you have not selected a candidate yet,...

You just need to use `find` to find out the webkit folder and `link` it, such as: ```shell ❯ find /usr/lib* -name WebKitWebProcess /usr/lib/webkit2gtk-4.0/WebKitWebProcess ``` ```shell ❯ sudo ln -s...

If you don't have extra time to deal with this issue, you can assign it to me and I will complete support for the protocol over the weekend (In fact,...

> HI @IllTamer thanks for your feedback, may I know what OS you use? Is your machine a 32-bit CPU? if you use Ubuntu did you try the .deb package?...

> Did your password include some special charactor? What about changing to an easy one? The same error with default docker-compose.yml ![Image](https://github.com/user-attachments/assets/af9c4688-0d99-4ae5-b585-74e47dea4b5e)

> * `chmod -R 977:977 /var/lib/docker/volumes/${VOLUME_NAME_OR_HASH}` of the volume from the host's volume directory. > > * `chmod -R 777 /app/data` (don't do this) Are there mistakes ? > *...