Skip to content
View arungpisyadi's full-sized avatar

Block or report arungpisyadi

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 Loading

  1. bp-fastapi-mvc bp-fastapi-mvc Public

    Forked from ViktorViskov/fastapi-mvc

    FastAPI MVC this is an example of using FastAPI and built upon the Model-View-Controller (MVC) architectural pattern.

    Python

  2. Carik Carik Public

    Forked from luridarmawan/Carik

    Carik - BOT like Human

  3. eloquent-filters eloquent-filters Public

    A Laravel PHP library that allows the user to filter the result of Eloquent Model query builders.

    PHP

  4. vue-time-tracker vue-time-tracker Public

    Forked from michaelmcshinsky/vue-time-tracker

    Updated tutorial files for Vue Router

    JavaScript

  5. How to use Perplexity AI API as the ... How to use Perplexity AI API as the LLM Model for CrewAI in FastAPI framework.
    1
    import os
    2
    from fastapi import FastAPI
    3
    from fastapi.responses import JSONResponse
    4
    from fastapi.requests import Request
    5
    from fastapi.encoders import jsonable_encoder