chatgpt-web
chatgpt-web copied to clipboard
Plans on supporting Claude?
Claude-3 is pretty good. I would be happy to contribute a PR.
That would be nice - unforutnately I do not have access to Claude-3 (still on the waitlist).
you can use claude 3 through openrouter: https://github.com/Niek/chatgpt-web/issues/352
@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?
@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
@Niek Now you should be able to use claude 3.5 which is awesome
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