generative-cs
generative-cs copied to clipboard
Generative AI library for .NET 8.0 with built-in OpenAI ChatGPT and Google Gemini API clients and support for C# function calling via reflection.
This pull request introduces multimodal support for the Google Gemini API within the `ChatAIze.GenerativeCS` library, addressing issue #2. Users can now send requests combining text with various file types (PDF,...
**Objective:** To enhance the `ChatAIze.GenerativeCS` library by enabling multimodal interactions with the Google Gemini API. This will allow users to send requests that combine text prompts with various file types...