seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 167 forks source link

Use of models other than GPT #79

Closed iwamot closed 6 months ago

iwamot commented 6 months ago

It would be useful to easily replace it with a model other than GPT, such as the Anthropic Claude.

Should I fork this repository and extend the functionality myself?

seratch commented 6 months ago

Yeah, I don't want to introduce such complexity into my repo. If you're considering Claude, forking the current code and deleting all OpenAI related code would be a much simpler approach.

iwamot commented 6 months ago

Thank you for your consideration. I will try that way!