Changeset 3314961
- Timestamp:
- 06/20/2025 04:18:26 AM (10 months ago)
- Location:
- ai-translate-for-polylang
- Files:
-
- 8 added
- 2 edited
-
tags/1.1.3 (added)
-
tags/1.1.3/ai-translate-polylang.php (added)
-
tags/1.1.3/inc (added)
-
tags/1.1.3/inc/open-ai (added)
-
tags/1.1.3/inc/open-ai/OpenAi.php (added)
-
tags/1.1.3/inc/open-ai/Url.php (added)
-
tags/1.1.3/inc/settingslib.php (added)
-
tags/1.1.3/readme.txt (added)
-
trunk/ai-translate-polylang.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ai-translate-for-polylang/trunk/ai-translate-polylang.php
r3313568 r3314961 4 4 Plugin URI: https://wordpress.org/plugins/ai-translate-polylang/ 5 5 Description: Add auto AI translation caperbility to Polylang 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: James Low 8 8 Author URI: http://jameslow.com … … 23 23 public static $OPENAI_MODEL = 'gpt-4o'; 24 24 public static $CLAUDE_MODEL = 'claude-3-5-sonnet-20240620'; 25 public static $GEMINI_MODEL = 'gemini-2. 0-flash';25 public static $GEMINI_MODEL = 'gemini-2.5-flash'; 26 26 27 27 //Variables … … 88 88 array('id'=>'ai_translate_gemini_key', 'type'=>'string', 'title'=>'Gemini API Key', 'description'=>''), 89 89 array('id'=>'ai_translate_gemini_model', 'type'=>'string', 'title'=>'Gemini Model', 'default'=>self::$GEMINI_MODEL, 'values'=>array( 90 'gemini-2.5-flash', 90 91 'gemini-2.0-flash', 91 92 'gemini-1.5-flash', -
ai-translate-for-polylang/trunk/readme.txt
r3313568 r3314961 33 33 34 34 == Changelog == 35 36 = 1.1.3 = 37 * Make default Gemini model gemini-2.5-flash 35 38 36 39 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.