dmMaze / BallonsTranslator

深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 | Yet another computer-aided comic/manga translation tool powered by deeplearning
GNU General Public License v3.0
2.48k stars 172 forks source link

[Request] Add ChatGPTs GPT-4o mini to your GPT module #561

Closed notimp closed 2 weeks ago

notimp commented 2 weeks ago

Please add GPT 4o-mini to your GPT module.

Its a decent quality and yet economical option for the economical minded people out there, that cant simply edit the python code.

Thank you. :)

If some of the older modules now gets automatically forwarded to GPT 4o-mini, please excuse my ignorance, but probably rename them to their current version model descriptions.

dmMaze commented 2 weeks ago

Select ChatGPT, and write override model name in override model

Comments were deleted for off-topic and posting suspicious links.

notimp commented 2 weeks ago

Thank you-

Any idea what to exactly put in there?

gpt-4o mini

or

gpt-4o-mini

Ill try it this evening, but this would save me some trial and error. :) (And it would be nice to have it documented as well.) If I find out first, I'll edit this posting. :)

notimp commented 2 weeks ago

Looked it up in another project, it should be:

gpt-4o-mini

see:

 "GPT-4o mini": "gpt-4o-mini",

src: https://github.com/ogkalu2/comic-translate/blob/3a72086104d966eca9d97fc1180a6ec3f7494795/modules/translator.py#L69

Thank you, I'll close the ticket now.