鄭棋文Steven ,Chi-Wen Cheng ecf86a2747
Fixed Azure openai bug (#368)
fix(chatgptapi_translator): when use azure openai something wrong

1. when I use azure openai will get "api_base" not  have this arribute error. So I add         self.api_base = api_base
2. In line 84 when the message content type is None will get typeError. So I add a if else to avoid this error.

* style: format code style

* style: format code style

* fix: lint
2024-01-10 14:26:50 +08:00
..
2024-01-03 22:35:17 +08:00
2024-01-10 14:26:50 +08:00
2024-01-06 22:21:53 +08:00
2023-03-30 19:22:36 +08:00
2023-03-20 00:11:08 +08:00