Skip to content
View DavidZirinsky's full-sized avatar
Block or Report

Block or report DavidZirinsky

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. gbtRecipes gbtRecipes Public

    Android app that uses the OpenAI API to generate any recipe you could imagine

    Kotlin 8

  2. Custom-Ad Custom-Ad Public

    Custom Android Ads

    Java 4

  3. NodeJsTwitterBot NodeJsTwitterBot Public

    twitter bot to retweet, like, and comment on every tweet from an individual

    JavaScript 2

  4. brush brush Public

    Android widget to remind you to brush your teeth

    Kotlin 1

  5. chat_app chat_app Public

    Python 1

  6. How to ask questions about a git rep... How to ask questions about a git repo using chatgbt's api
    1
    # call this script with the command: python3 ask_questions_on_codebase.py
    2
    
                  
    3
    from langchain.document_loaders import GitLoader
    4
    from langchain.indexes import VectorstoreIndexCreator
    5
    import os