Merge pull request #1308 from Vaibhav159/vl_google_openai_format

adding GoogleLLMOpenAIBetaService
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-28 12:04:37 -08:00
committed by GitHub
3 changed files with 260 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the `RTVIObserver` and will be delivered to the client's `onServerMessage`
callback or `ServerMessage` event.
- Added `GoogleLLMOpenAIBetaService` for Google LLM integration with an
OpenAI-compatible interface. Added foundational example
`14o-function-calling-gemini-openai-format.py`.
## [0.0.58] - 2025-02-26
### Added