Skip to content
View toodeceptive's full-sized avatar

Block or report toodeceptive

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
toodeceptive/README.md

from typing import Union

from fastapi import FastAPI

app = FastAPI()

@app.get("/") def read_root(): return {"Hello": "World"}

@app.get("/items/{item_id}") def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q}

Popular repositories Loading

  1. chatgpt-retrieval-plugin chatgpt-retrieval-plugin Public

    Forked from openai/chatgpt-retrieval-plugin

    The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

    Python 1

  2. api-schema api-schema Public template

    Forked from PagerDuty/api-schema

    PagerDuty OpenAPI schemas

    1

  3. embedchain embedchain Public

    Forked from sidmohanty11/embedchain

    Data platform for LLMs - Load, index, retrieve and sync any unstructured data

    Python 1

  4. P.P. P.P. Public

  5. AudioGPT AudioGPT Public

    Forked from AIGC-Audio/AudioGPT

    AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head

    Python

  6. toodeceptive toodeceptive Public

    Config files for my GitHub profile.