PengMc

Results 5 issues of 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',

### 描述您建議的功能 我们都知道,画面越大沉浸感越强 嘿嘿嘿 ### 其他你想講的 _No response_

good idea | 好主意

When importing .md files in the Docmost project, the code within code blocks loses its line breaks. .md file: ![Image](https://github.com/user-attachments/assets/e8439a04-0e4d-45ae-89a3-e5bfa563b373) page: ![Image](https://github.com/user-attachments/assets/791415bc-ee02-4fd5-977e-798d6d2e528e)

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....