dsw7 / GPTifier

A beautiful C++ libcurl / ChatGPT interface. I more or less work on this project for fun :)
MIT License
0 stars 1 forks source link

Provide ability to set default model via TOML configuration or environment variable #45

Closed dsw7 closed 5 months ago

dsw7 commented 6 months ago

Impetus

GPT-4o was recently released. We may want the ability to use this model as the default and only use something like GPT-3.5 when running tests (owing to the low cost of GPT-3.5). It might also be prudent to set this default via configuration file so that the default can evolve as additional models are released by OpenAI.