IllTamer
IllTamer
我从官网得知最新版的模型应该是 `text-davinci-003`  但我查看当前项目源码,发现使用的模型为 `text-davinci-002-render`  遂想更改模型版本,尝试调用 `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,...
so do me
> 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 
> * `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 ? > *...