-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): change all client to openai client
- Loading branch information
Showing
18 changed files
with
167 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
from apps.chat.client.claude import ClaudeClient | ||
from apps.chat.client.gemini import GeminiClient | ||
from apps.chat.client.hunyuan import HunYuanClient, HunYuanVisionClient | ||
from apps.chat.client.kimi import KimiClient | ||
from apps.chat.client.midjourney import MidjourneyClient | ||
from apps.chat.client.openai import OpenAIClient, OpenAIVisionClient | ||
from apps.chat.client.zhipu import ZhipuClient | ||
from apps.chat.client.openai import OpenAIClient | ||
|
||
__all__ = ( | ||
"GeminiClient", | ||
"OpenAIClient", | ||
"OpenAIVisionClient", | ||
"HunYuanClient", | ||
"HunYuanVisionClient", | ||
"MidjourneyClient", | ||
"KimiClient", | ||
"ClaudeClient", | ||
"ZhipuClient", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.