generative-cs icon indicating copy to clipboard operation
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.

Results 2 generative-cs issues
Sort by recently updated
recently updated
newest added

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...