Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support Claude and Google PaLM #1550

Closed
wk-mike opened this issue May 16, 2023 · 27 comments
Closed

[Feature] Support Claude and Google PaLM #1550

wk-mike opened this issue May 16, 2023 · 27 comments

Comments

@wk-mike
Copy link

wk-mike commented May 16, 2023

希望能支持一下Claude,听说是免费的,感觉比较友好。Claude 已经接近 GPT4

网上收集的Claude优势:

  • Claude 比 GPT3.5 质量好,响应又快
  • Claude-instant API 也更新到了 v1.1 版本。
  • 增强了代码能力,写作能力,指令遵循能力。
  • 增强了安全性。
  • Claude 支持 100k上下文,视频 demo :100k上下文能做什么 https://vxtwitter.com/anthropicai/status/1656700154190389248

100k 上下文的 Claude 已经可以在 https://poe.com/Claude-instant-100k 体验,会员每月可用100次,会员价20美金/月
Claude 100k 用起来了!

  1. 先把 claude 的 API 转成 OpenAI 的格式https://github.com/jtsang4/claude-to-chatgpt
  2. 找到支持无限输入的客户端 ChatBox,并填写API
    https://github.com/Bin-Huang/chatbox/releases
    3.模型选择 GPT4,对应就是 claude 100k
  3. 随便找一篇万字长文丢进去,居然算两万多token
  4. 总结成功

感受

  • 总结速度真的非常快,考虑到这么多字数,速度比 bing 还快,不能不满意。
  • 视频字幕,会议纪要,小说章节,都能一分钟get精髓。
  • 和高情商的 Claude 闲聊一天都保持记忆

可以将 Claude API 转换成 ChatGPT 的 API,在各个 ChatGPT 工具中使用。已支持最新的 100k 系列模型 https://github.com/jtsang4/claude-to-chatgpt

同类产品:
有这么一个项目刚刚支持了Claude API
https://github.com/swuecho/chat

这是很良性的竞争,让我们多支持下 OpenAI 以外的模型。

@Yidadaa
Copy link
Collaborator

Yidadaa commented May 16, 2023

我没有 api 权限

@wk-mike
Copy link
Author

wk-mike commented May 16, 2023

@Yidadaa 我也正在申请Claude API ,只有等申请到Claude API再来了

Claude https://www.anthropic.com/product

申请链接:https://www.anthropic.com/earlyaccess

API说明:https://console.anthropic.com/docs/api

@Yidadaa
Copy link
Collaborator

Yidadaa commented May 16, 2023

早就申请了,没有回音

@Yidadaa
Copy link
Collaborator

Yidadaa commented May 16, 2023

如果有人愿意贡献 Claude api key,可以通过我主页邮箱发送给我,Claude 集成代码上线后即可收回。

@cwyalpha
Copy link

如果有人愿意贡献 Claude api key,可以通过我主页邮箱发送给我,Claude 集成代码上线后即可收回。

apikey已发送邮箱,model选择claude-v1.3-100k就是100k
目前也可以使用https://github.com/jtsang4/claude-to-chatgpt 套壳使用..

@Yidadaa
Copy link
Collaborator

Yidadaa commented May 18, 2023

@cwyalpha 已收到,感谢,近期会增加 palm 和 claude 的支持。

@Yidadaa Yidadaa changed the title 希望支持一下Claude API 听说可以媲美GPT3.5而且免费[Feature] [Feature] Support Claude and Google PaLM May 18, 2023
@Caixiaopig
Copy link

能支持Palm就太棒了,期待!

@gwoweiming
Copy link

PaLM 的api我有,不过这个不支持中文,如果有需要可以找我。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


I have the API of PaLM, but it does not support Chinese, if you need it, you can contact me.

@Blues-star
Copy link

目前claude2新模型上线,支持100K上下文,期待对claude的支持

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


At present, the new claude2 model is online, supporting 100K contexts, looking forward to supporting claude

@Yidadaa
Copy link
Collaborator

Yidadaa commented Jul 16, 2023

国产大模型:

  1. 讯飞
  2. 通义千问
  3. minimax

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Domestic large model:

  1. Xunfei
  2. A Thousand Questions
  3. minimax

@CrazyZard
Copy link

追一下 , claude2、azure 模型的调用, 等好久了 啥时候能上呀 。。。。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Follow up, the call of claude2 and azure model, I have been waiting for a long time, when will it be available. . . .

@orangefei
Copy link

同求claude 调用

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Seek Claude to call

@solaris256
Copy link

同求claude2的调用啊,能用cookie调用就行

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Seek the call of claude2, it can be called with cookie

@onlinedear
Copy link

期待早日上线

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Looking forward to the early launch

Yidadaa added a commit that referenced this issue Aug 10, 2023
Yidadaa added a commit that referenced this issue Aug 28, 2023
@sam1am
Copy link

sam1am commented Sep 23, 2023

I would like to add to this that I would like to be able to configure multiple chat back-ends and choose between them per conversation. Currently it seems you can only configure one back end and then choose the model on that back-end per conversation.

I'd like llama2 and other models supported via openai compatible API's and be able to switch back and forth between them easily for different use cases.

@liangyimingcom
Copy link

同求claude2的调用啊

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Also, please call claud2.

@Yidadaa
Copy link
Collaborator

Yidadaa commented Nov 7, 2023

由于 claude api 糟糕的跨域表现,以及 palm api 糟糕的跨语言支持,本项目在经过测试之后决定放弃其他模型的原生支持,如有需要集成这些模型,请使用 https://github.com/songquanpeng/one-api

@Yidadaa Yidadaa closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2023
@Issues-translate-bot
Copy link

Issues-translate-bot commented Nov 7, 2023

Bot detected the issue body's language is not English, translate it automatically.


Due to the poor cors of the claude API and the poor cross-language support of the palm API, this project decided to abandon the native support of other models after testing. If you need to integrate these models, please use https://github.com/songquanpeng/one-api

@johnsmzr
Copy link

johnsmzr commented Mar 7, 2024

Please add support for claude 3, it's god-like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests