PengMc
PengMc
从昨晚8点开始,GPT3.5的API被墙,导致国内各种项目都使用不了。但是更改service/src/chatgpt/index.ts文件的API参数,可以避免被墙。具体如下: ``` const options: ChatGPTAPIOptions = { apiKey: process.env.OPENAI_API_KEY, apiBaseUrl: 'https://openapi.ssiic.com', debug: false, } ``` 请问作者可以把这段写入源码吗?或者把这个参数作为docker 镜像可配置的参数,方便我们docker compose部署党。 感谢感谢~
从3/3晚8点开始,GPT3.5的API被墙,导致国内各种项目都使用不了。但是更改chatgpt的API参数,可以避免被墙。具体如下: apiBaseUrl: 'https://openapi.ssiic.com',
When importing .md files in the Docmost project, the code within code blocks loses its line breaks. .md file:  page: 
I encountered an issue while using docmost: in a space, although I can drag and reorder documents, the drag-and-drop sorting feature does not work in the subdocuments of a document....