added changelog

This commit is contained in:
Om Chauhan
2026-04-07 10:12:39 +05:30
parent 4bef85e363
commit 1443dfb070
3 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class AdapterType(Enum):
Parameters:
GEMINI: Google Gemini adapter.
OPENAI: OpenAI adapter (Chat Completions and Responses API).
OPENAI: OpenAI adapter (Chat Completions, Responses, and Realtime API).
"""
GEMINI = "gemini"