mbchang / data-driven-characters

Generate chatbots from a corpus
https://mbchang-data-driven-characters-app-273bzg.streamlit.app/
MIT License
123 stars 18 forks source link

Hard coded references to GPT-4 #5

Open evangineer opened 1 year ago

evangineer commented 1 year ago

Obviously problematic when not everybody who has OpenAI API access, has GPT-4 API access.

In my own chatbots, I use a config.yml for keeping my code agnostic.

evangineer commented 1 year ago

As noted elsewhere, I changed the hardcoding to gpt-3.5-turbo-16k.