-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Showing
11 changed files
with
0 additions
and
234 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
cookbook/models/google/gemini_openai/async_basic_stream.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
from agno.models.google.gemini import Gemini | ||
|
||
try: | ||
from agno.models.google.gemini_openai import GeminiOpenAI | ||
except ImportError: | ||
|
||
class GeminiOpenAIChat: # type: ignore | ||
def __init__(self, *args, **kwargs): | ||
raise ImportError("GeminiOpenAI requires the 'openai' library. Please install it via `pip install openai`") |
This file was deleted.
Oops, something went wrong.