Miku
Miku
### Describe the feature - Adding Microsoft's voice API can do many things, such as meeting summaries, talking and interacting, etc ### Additional context _No response_ ### Participation - [...
#### 💻 变更类型 | Change Type - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore...
### 🥰 需求描述 | Feature Description 当用户配置自定义的openai的endpoint的时候,出现了例如rate limit,或者额度不足的时候会在前端页面暴露后端设置的endpoint,建议隐藏endpoint 的url,容易被恶意攻击 ### 🧐 解决方案 | Proposed Solution 我看了下改下这里的代码应该就可以了,【可能还有其他地方】 https://github.com/lobehub/lobe-chat/blob/main/src/app/api/openai/chat/createChatCompletion.ts ``` return createErrorResponse(ChatErrorType.OpenAIBizError, { endpoint: openai.baseURL, error: errorResult, }); } // track the...
**Description** Compile Python code from https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-python **Environmental** - Operating System Information - kubernetes version -- [v1.23] - OpenFunction version -- [0.8.1] - Versions of dependent components (e.g. dapr, keda, shipwright,...
add prompt and application command