Skip to content

Commit

Permalink
Delete GeminiOpenAI
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbrnd committed Feb 11, 2025
1 parent a6a80d4 commit 8aa8c5d
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 234 deletions.
51 changes: 0 additions & 51 deletions cookbook/models/google/gemini_openai/README.md

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions cookbook/models/google/gemini_openai/async_basic.py

This file was deleted.

15 changes: 0 additions & 15 deletions cookbook/models/google/gemini_openai/async_basic_stream.py

This file was deleted.

19 changes: 0 additions & 19 deletions cookbook/models/google/gemini_openai/async_tool_use.py

This file was deleted.

11 changes: 0 additions & 11 deletions cookbook/models/google/gemini_openai/basic.py

This file was deleted.

13 changes: 0 additions & 13 deletions cookbook/models/google/gemini_openai/basic_stream.py

This file was deleted.

39 changes: 0 additions & 39 deletions cookbook/models/google/gemini_openai/structured_output.py

This file was deleted.

13 changes: 0 additions & 13 deletions cookbook/models/google/gemini_openai/tool_use.py

This file was deleted.

8 changes: 0 additions & 8 deletions libs/agno/agno/models/google/__init__.py
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`")
50 changes: 0 additions & 50 deletions libs/agno/agno/models/google/gemini_openai.py

This file was deleted.

0 comments on commit 8aa8c5d

Please sign in to comment.