Giter VIP home page Giter VIP logo

patilshreyas / chakt-kmp Goto Github PK

View Code? Open in Web Editor NEW
139.0 139.0 7.0 93.2 MB

✨ChaKt - A multiplatform chat-prompt based app for Android, iOS, Desktop, Web. Powered by Google's Gemini API (with Generative AI Multiplatform SDK)

Home Page: https://patilshreyas.github.io/ChaKt-KMP

License: MIT License

Kotlin 97.27% HTML 0.41% Swift 0.78% Shell 1.26% PowerShell 0.28%
ai android artificial-intelligence chat desktop gemini generative-ai ios jvm kotlin kotlin-multiplatform linux macos sample windows

chakt-kmp's Introduction

Hi there👋! I'm Shreyas 🙋‍♂️

LATEST UPDATE: Exploring Android Jetpack Compose and Backend stuff with Kotlin 🥽.

🎍 Welcome to my hub 👨‍💻

  • 👦 Google Developer Expert @Android
  • 💼 Sr. Android Developer @ Paytm.
  • 👨‍💻 #SelfTaught Developer.
  • 👨‍💻 I develop Mobile, Web apps and can also develop Backend server for apps.
  • ✍️ Write blogs on blog.shreyaspatil.dev.
  • Loves 🎵 and 🎹.
  • Proud 🇮🇳.

📊 Github Stats

Shreyas Patil | Stats


🔗 Know more about me

Portfolio Mail Twitter Linkedin Medium Google Play Instagram

chakt-kmp's People

Contributors

patilshreyas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chakt-kmp's Issues

Chat with image attachment is not preserved

If image is attached, only the next answer is associated with the image and current model can't support subsequent messages with respect to that image. In order to achieve this, we'll need to update the Gemini model version to 1.5-Pro

Hot to set http proxy in the chat?

Hi, this project is very awesome with the google AI mode, but the AI KEY has a limit regions which can not access the model, so how can I set a http proxy in the chat?
I have a question why the controller paramter of the GenerativeModel constructor is private? I think this is the way that can pass a http engine which can set a proxy server to solve the limit.

class GenerativeModel
internal constructor(
    val modelName: String,
    val apiKey: String,
    val generationConfig: GenerationConfig? = null,
    val safetySettings: List<SafetySetting>? = null,
    private val controller: APIController,
) {

    @JvmOverloads
    constructor(
        modelName: String,
        apiKey: String,
        generationConfig: GenerationConfig? = null,
        safetySettings: List<SafetySetting>? = null,
    ) : this(modelName, apiKey, generationConfig, safetySettings, APIController(apiKey, modelName))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.