generated from dataforgoodfr/d4g-project-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3206cf1
commit 269d0c8
Showing
4 changed files
with
15 additions
and
23 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,7 +1,3 @@ | ||
from genai_impact.client import OpenAI | ||
from genai_impact.client import MistralClient | ||
from genai_impact.client import MistralClient, OpenAI | ||
|
||
__all__ = [ | ||
"OpenAI", | ||
"MistralClient" | ||
] | ||
__all__ = ["OpenAI", "MistralClient"] |
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,7 +1,4 @@ | ||
from .openai_wrapper import OpenAI | ||
from .mistralai_wrapper import MistralClient | ||
from .openai_wrapper import OpenAI | ||
|
||
__all__ = [ | ||
"OpenAI", | ||
"MistralClient" | ||
] | ||
__all__ = ["OpenAI", "MistralClient"] |
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