zhicheng
zhicheng
add a common custom adapter and a NextJS adapter. ```typescript // pages/api/webhook.ts import * as lark from '@larksuiteoapi/node-sdk'; const client = new lark.Client({ appId: 'xxxxxxxxxxxxxxxxxxxxxxx', appSecret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', appType: lark.AppType.SelfBuild });...
# 错误报告 🐞 在已经登录的情况下,刷新总结页面,会跳出登录弹窗 ## 错误描述 🤔 执行:首页 -> 总结记录 -> 打开一条历史总结记录 -> 点击字幕列表 -> 加载成功后,刷新页面  ## 附加信息 📝 Browser: Brave os:win 11 22H2 BibiGPT version: v2.38.0
Claude 单个免费账号会存在消息条数限制,具体多少条,我没有测试过,建议**不要深度使用**当前方案下的 Claude 接口 你仍然可以选择其他的替代方案: - 如果你有开发背景或者感兴趣,可以尝试创建多个 Claude 账号来搭建账号池 - 借助第三方 API 来使用 Cluade,如 [dify.ai](https://docs.dify.ai/application/developing-with-apis) - [申请 Claude 官方 API](https://www.anthropic.com/earlyaccess),而不是通过网页或者 Slack 进行反代 
   博主好,我试用了下新的claude接口, 提交后,在claude的主网页是有相关信息的,但是相关回复response 没有反馈到程序端来,程序端的output报错 _Originally posted by @howie-cn in https://github.com/UNICKCHENG/openai-proxy/issues/57#issuecomment-1685990265_