jb41 / translate-book

Translate epub books using GPT-4 LLM
MIT License
33 stars 7 forks source link

Use GPT4o by default instead of GPT4-Turbo #4

Open KeinNiemand opened 1 month ago

KeinNiemand commented 1 month ago

GPT4o is out now and better then GPT4 Turbo it's also not more expensive then gpt4 turbo, so this script schould be updated to use gpt4o instead of gpt4 turbo (don't know if anything in the API changed of if it's as simple as changing the model used).