Skip to content

Commit 1936f33

Browse files
committed
fix: handle OpenAI API error variants 🐛
- Improve error handling for various OpenAI API errors. - Enhance user feedback for network, JSON, and other API errors. - Refactor Result type for consistency across the `openai` module.
1 parent 033791b commit 1936f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* File Created: 2025-03-01 17:17:30
1010
*
1111
* Modified By: mingcheng ([email protected])
12-
* Last Modified: 2025-03-18 11:55:24
12+
* Last Modified: 2025-03-18 11:55:52
1313
*/
1414

1515
use aigitcommit::cli::Cli;

0 commit comments

Comments
 (0)