machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
310 stars 36 forks source link

Provisional support for Google Gemini as a translation provider #130

Closed machinewrapped closed 4 months ago

machinewrapped commented 4 months ago

Reworked the installation process to allow either or both OpenAI and Google Gemini to be configured as providers, and made the project robust in the absence of one or more provider SDKs.

Fixed various bugs around initialising settings on first run and changing the selected provider at the project level.