-
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.
Merge pull request #80 from OVINC-CN/feat_tools
feat(tools): remove tools usage
- Loading branch information
Showing
16 changed files
with
24 additions
and
446 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
from apps.chat.client.doubao import DoubaoClient | ||
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.qianfan import QianfanClient | ||
|
||
__all__ = ( | ||
"GeminiClient", | ||
"OpenAIClient", | ||
"OpenAIVisionClient", | ||
"HunYuanClient", | ||
"HunYuanVisionClient", | ||
"QianfanClient", | ||
"KimiClient", | ||
"DoubaoClient", | ||
"MidjourneyClient", | ||
) |
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 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 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
Oops, something went wrong.