Skip to content

feat: Update model to gpt-4o-mini and support api model#41

Open
joserick wants to merge 1 commit intom1guelpf:mainfrom
joserick:main
Open

feat: Update model to gpt-4o-mini and support api model#41
joserick wants to merge 1 commit intom1guelpf:mainfrom
joserick:main

Conversation

@joserick
Copy link

OpenAI recommends gpt-4o-mini, as it saves 60% on costs compared to gpt-3.5-turbo-instruct, not to mention having a better score (MMLU) https://platform.openai.com/docs/pricing

Likewise, the possibility of configuring the model name to be used was added.

@m1guelpf
Copy link
Owner

m1guelpf commented May 2, 2025

@joserick Can you update this so it uses function calling to return the command instead?

@joserick
Copy link
Author

joserick commented Aug 3, 2025

Hi @m1guelpf, I'm not sure I understand your question correctly. As far as I know, the "gpt-4o-mini" model uses a role-based chat format (system, user, assistant), unlike "gpt-3.5-turbo-instruct," which accepted a direct prompt and returned an immediate response. Therefore, it doesn't return an exact command or follow the instruct format; instead, interactions must be structured as messages under different roles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants