dsw7 / GPTifier

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

Separate `gptifier.toml` into command specific sections #59

Closed dsw7 closed 3 months ago

dsw7 commented 3 months ago

Impetus

Right now we have a basic profile section:

# ...

[profile]
# Specify a default model to use such as "gpt-3.5-turbo" or "gpt-4"
model = "gpt-3.5-turbo"

# ...

But since merging a fix for https://github.com/dsw7/GPTifier/issues/57, we need to add additional default models, such as a default model for the new embed command.