cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.31k stars 493 forks source link

Allow to specify model as free text #33

Closed schmidp closed 1 year ago

schmidp commented 1 year ago

Allows to specify model as free text.

See https://github.com/cogentapps/chat-with-gpt/issues/27

cogentapps commented 1 year ago

This is working for me. Thank you for implementing it!

Would prefer a dropdown that lists only chat-enabled models to a free text input, since only gpt-3.5-turbo and gpt-4 are compatible right now. (Other models can be added later, but will need to use the non-chat API, with a modified prompt.)

I've implemented this change locally. Can you enable 'allow edits from maintainers' for this PR so I can update & merge?

schmidp commented 1 year ago

looks like that does not work for forks from organisations :-/

https://github.com/orgs/community/discussions/5634

ps: I also think a dropdown is better

cogentapps commented 1 year ago

OK, I'll just merge and make the changes in main. Thanks again!