Support for GPT models #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest-accepted
help wanted
Extra attention is needed
Currently the GPT Engine only supports the
gemini-4o-mini
model for the generations.We need to add support for more models and allow the user to choose the model.
Usage Expectations
`genie engine --model list"
Will list all the available models for the GPT Engine.
genie engine --model "model-name"
Where the "model-name" will be the name of the model (supported by the GPT Engine) to be switched to.
The text was updated successfully, but these errors were encountered: