Changeset 3345233
- Timestamp:
- 08/15/2025 04:16:14 PM (4 months ago)
- Location:
- ai-bot-for-bbpress
- Files:
-
- 5 edited
- 3 copied
-
tags/1.0.4.2 (copied) (copied from ai-bot-for-bbpress/trunk)
-
tags/1.0.4.2/ai-bot-for-bbpress.php (modified) (1 diff)
-
tags/1.0.4.2/inc/api/class-chatgpt-api.php (modified) (1 diff)
-
tags/1.0.4.2/inc/core/class-ai-bot.php (copied) (copied from ai-bot-for-bbpress/trunk/inc/core/class-ai-bot.php)
-
tags/1.0.4.2/readme.txt (copied) (copied from ai-bot-for-bbpress/trunk/readme.txt) (2 diffs)
-
trunk/ai-bot-for-bbpress.php (modified) (1 diff)
-
trunk/inc/api/class-chatgpt-api.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-bot-for-bbpress/tags/1.0.4.2/ai-bot-for-bbpress.php
r3341478 r3345233 4 4 * Plugin URI: https://wordpress.org/plugins/ai-bot-for-bbpress/ 5 5 * Description: AI bot for bbPress forums that can be configured to reply to mentions or keywords. 6 * Version: 1.0.4. 16 * Version: 1.0.4.2 7 7 * Author: Chubes 8 8 * Author URI: https://chubes.net -
ai-bot-for-bbpress/tags/1.0.4.2/inc/api/class-chatgpt-api.php
r3341478 r3345233 67 67 ) 68 68 ), 69 'method' => 'POST' 69 'method' => 'POST', 70 'timeout' => 60 // Set 60-second timeout for OpenAI API 70 71 ); 71 72 -
ai-bot-for-bbpress/tags/1.0.4.2/readme.txt
r3344099 r3345233 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0.4. 16 Stable tag: 1.0.4.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = 1.0.4.2 = 107 * CRITICAL FIX: Set explicit 60-second timeout for OpenAI API calls to prevent WordPress 5-second default timeout 108 * Fix: Resolves bot failures in longer conversations due to API timeout 109 106 110 = 1.0.4.1 = 107 111 * HOTFIX: Removed API timeout constraints that caused bot failures in longer conversations -
ai-bot-for-bbpress/trunk/ai-bot-for-bbpress.php
r3341478 r3345233 4 4 * Plugin URI: https://wordpress.org/plugins/ai-bot-for-bbpress/ 5 5 * Description: AI bot for bbPress forums that can be configured to reply to mentions or keywords. 6 * Version: 1.0.4. 16 * Version: 1.0.4.2 7 7 * Author: Chubes 8 8 * Author URI: https://chubes.net -
ai-bot-for-bbpress/trunk/inc/api/class-chatgpt-api.php
r3341478 r3345233 67 67 ) 68 68 ), 69 'method' => 'POST' 69 'method' => 'POST', 70 'timeout' => 60 // Set 60-second timeout for OpenAI API 70 71 ); 71 72 -
ai-bot-for-bbpress/trunk/readme.txt
r3344099 r3345233 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0.4. 16 Stable tag: 1.0.4.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = 1.0.4.2 = 107 * CRITICAL FIX: Set explicit 60-second timeout for OpenAI API calls to prevent WordPress 5-second default timeout 108 * Fix: Resolves bot failures in longer conversations due to API timeout 109 106 110 = 1.0.4.1 = 107 111 * HOTFIX: Removed API timeout constraints that caused bot failures in longer conversations
Note: See TracChangeset
for help on using the changeset viewer.