chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

Plans on supporting Claude?

Open MaksimMisin opened this issue 11 months ago • 5 comments

Claude-3 is pretty good. I would be happy to contribute a PR.

MaksimMisin avatar Mar 06 '24 08:03 MaksimMisin

That would be nice - unforutnately I do not have access to Claude-3 (still on the waitlist).

Niek avatar Mar 07 '24 09:03 Niek

you can use claude 3 through openrouter: https://github.com/Niek/chatgpt-web/issues/352

timothelaborie avatar Mar 11 '24 14:03 timothelaborie

@timothelaborie do you see any problem with adding your openrouter support without replacing OpenAI or Pedals? I've been adding a sync feature (https://github.com/Niek/chatgpt-web/issues/364). Adapting your fork sounds (knock on wood) pretty easy in comparison, and I wouldn't mind doing it.

Or... should I just be using the openrouter client directly rather than chatgptweb?

DustinWehr avatar Apr 05 '24 21:04 DustinWehr

@timothelaborie do you see any problem with adding your openrouter support without replacing OpenAI or Pedals? I've been adding a sync feature (#364). Adapting your fork sounds (knock on wood) pretty easy in comparison, and I wouldn't mind doing it.

Or... should I just be using the openrouter client directly rather than chatgptweb?

The code base is not setup to have 2 different API endpoints but if you can figure out how to have both at the same time then go ahead

timothelaborie avatar Apr 06 '24 08:04 timothelaborie

@Niek Now you should be able to use claude 3.5 which is awesome

akarelas avatar Sep 27 '24 15:09 akarelas

Unfortunately this is not super easy to implement, because the Anthropic endpoints are quite different. See for more info: https://github.com/Niek/chatgpt-web/pull/494#issuecomment-2393342989

Niek avatar Oct 04 '24 10:10 Niek