DillionMango
DillionMango
When I start a new thread which executes the following code, the memory will grow rapidly, and cause the app to crash. ``` setInterval(function () { let str = generateLongString(1000...
I want to ask a question: can I use ibv_modify_qp to dynamically change the qp sending rate after the qp is set to RTS state. My congestion control algorithm needs...
应该是没有设置好某个偏移下的终止状态
### Search before asking - [X] 在 [issues](https://github.com/yetone/openai-translator/issues) 中没有找到类似的内容。 I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar. ### feature 自定义支持模型名称,以支持兼容 OpenAI 格式的其它模型 ### 描述 Motivation 现在有很多支持 OpenAI API 格式的大模型提供商,可以通过更改...
**功能描述 / Function Description** 有一些公司的模型 API 是遵循 OpenAI 格式的,但是名字不叫 gpt-4 之类的,希望能够支持自定义模型,让用户能直接接入这些模型 API。