home.social

#geminisprint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #geminisprint, aggregated by home.social.

fetched live
  1. About to finish my #geminisprint with a fully implemented Gemini SDK for NET. With support for the new File API for Gemini 1.5.🤘

    Now, adding more docu, more tests, and then release with notes.🤞

    Next, Quickstart blog for own integrations and use cases. 🫶

    #gde #mvpbuzz

  2. About to finish my #geminisprint with a fully implemented Gemini SDK for NET. With support for the new File API for Gemini 1.5.🤘

    Now, adding more docu, more tests, and then release with notes.🤞

    Next, Quickstart blog for own integrations and use cases. 🫶

    #gde #mvpbuzz

  3. Only a minor change necessary and the Gemini SDK for .NET is ready to rumble.

    👽 models of Gemini 1.5 and Gemini 1.0 Ultra
    👽 tests for Gemini 1.5 and Gemini 1.0 Ultra

    github.com/mscraftsman/generat

    #gde #mvpbuzz #geminisprint

  4. Only a minor change necessary and the Gemini SDK for .NET is ready to rumble.

    👽 models of Gemini 1.5 and Gemini 1.0 Ultra
    👽 tests for Gemini 1.5 and Gemini 1.0 Ultra

    github.com/mscraftsman/generat

    #gde #mvpbuzz #geminisprint

  5. New week, new features!

    🌞add interface IGenerativeAI
    🌞simplify image/media handling in requests
    🌞extend generateAnswer feature

    The interface makes it even easier to switch between Google AI and Vertex AI.

    github.com/mscraftsman/generat

    #gde #mvpbuzz #geminisprint #buildwithai

  6. New week, new features!

    🌞add interface IGenerativeAI
    🌞simplify image/media handling in requests
    🌞extend generateAnswer feature

    The interface makes it even easier to switch between Google AI and Vertex AI.

    github.com/mscraftsman/generat

    #gde #mvpbuzz #geminisprint #buildwithai

  7. Also, got an overview of suggestions regarding improvement. Going to ask for details and actual source code snippets on how to improve the package.

    #gde #mvpbuzz #dotnet #geminisprint

  8. Also, got an overview of suggestions regarding improvement. Going to ask for details and actual source code snippets on how to improve the package.

    #gde #mvpbuzz #dotnet #geminisprint

  9. Interestingly, adding more Google Cloud authentication options to github.com/mscraftsman/generat went smoothly. To keep things lean and clean, I created a new #dotnet NuGet package. 😏

    #gde #mvpbuzz #geminisprint

  10. Interestingly, adding more Google Cloud authentication options to github.com/mscraftsman/generat went smoothly. To keep things lean and clean, I created a new #dotnet NuGet package. 😏

    #gde #mvpbuzz #geminisprint

  11. Looks like I kept myself busy writing my #dotnet library for Gemini:
    ⛳ implement streaming of content, Function Calling, Embeddings
    ⛳ support of HTTP/3 protocol
    ⛳ allow configuration, safety settings and tools for Chat

    github.com/mscraftsman/generat

    #GeminiSprint #gde #mvpbuzz

  12. Looks like I kept myself busy writing my #dotnet library for Gemini:
    ⛳ implement streaming of content, Function Calling, Embeddings
    ⛳ support of HTTP/3 protocol
    ⛳ allow configuration, safety settings and tools for Chat

    github.com/mscraftsman/generat

    #GeminiSprint #gde #mvpbuzz

  13. Looks like I kept myself busy writing my #dotnet library for Gemini:
    ⛳ implement streaming of content, Function Calling, Embeddings
    ⛳ support of HTTP/3 protocol
    ⛳ allow configuration, safety settings and tools for Chat

    github.com/mscraftsman/generat

    #GeminiSprint #gde #mvpbuzz

  14. Looks like I kept myself busy writing my #dotnet library for Gemini:
    ⛳ implement streaming of content, Function Calling, Embeddings
    ⛳ support of HTTP/3 protocol
    ⛳ allow configuration, safety settings and tools for Chat

    github.com/mscraftsman/generat

    #GeminiSprint #gde #mvpbuzz

  15. Mscc.GenerativeAI.Web is built on top of the NuGet package for .NET. You can use Gemini API for ASP.NET Core with a few lines of code.

    Still work in progress. Your input is appreciated.

    #gde #mvpbuzz #geminisprint #buildwithai #googleai #vertexai

  16. Mscc.GenerativeAI.Web is built on top of the NuGet package for .NET. You can use Gemini API for ASP.NET Core with a few lines of code.

    Still work in progress. Your input is appreciated.

    #gde #mvpbuzz #geminisprint #buildwithai #googleai #vertexai

  17. After implementing the NuGet package for Gemini AI, it was time to consume it writing a sample application. It takes a few lines only...

    github.com/mscraftsman/generat

    More features and samples coming.

    #gde #mvpbuzz #mauritius #geminisprint #buildwithai #dotnet

  18. After implementing the NuGet package for Gemini AI, it was time to consume it writing a sample application. It takes a few lines only...

    github.com/mscraftsman/generat

    More features and samples coming.

    #gde #mvpbuzz #mauritius #geminisprint #buildwithai #dotnet

  19. After implementing the NuGet package for Gemini AI, it was time to consume it writing a sample application. It takes a few lines only...

    github.com/mscraftsman/generat

    More features and samples coming.

    #gde #mvpbuzz #mauritius #geminisprint #buildwithai #dotnet

  20. After implementing the NuGet package for Gemini AI, it was time to consume it writing a sample application. It takes a few lines only...

    github.com/mscraftsman/generat

    More features and samples coming.

    #gde #mvpbuzz #mauritius #geminisprint #buildwithai #dotnet

  21. After implementing the NuGet package for Gemini AI, it was time to consume it writing a sample application. It takes a few lines only...

    github.com/mscraftsman/generat

    More features and samples coming.

    #gde #mvpbuzz #mauritius #geminisprint #buildwithai #dotnet

  22. Pushed my implementation of a Gemini client in .NET.

    github.com/mscraftsman/generat

    Available as NuGet package. Works for both Google AI and VertexAI

    #gde #mvpbuzz #geminisprint

  23. Pushed my implementation of a Gemini client in .NET.

    github.com/mscraftsman/generat

    Available as NuGet package. Works for both Google AI and VertexAI

    #gde #mvpbuzz #geminisprint

  24. Getting started with Gemini using Visual Studio (REST API). Access Gemini AI using the integrated REST client and .http files. Works also in VS Code using REST Client extension.

    jochen.kirstaetter.name/gettin

    #GeminiSprint #BuildWithGemini #GeminiAI #GeminiPro #gde #MVPBuzz

  25. Getting started with Gemini using Visual Studio (REST API). Access Gemini AI using the integrated REST client and .http files. Works also in VS Code using REST Client extension.

    jochen.kirstaetter.name/gettin

    #GeminiSprint #BuildWithGemini #GeminiAI #GeminiPro #gde #MVPBuzz