Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Isaac Richardson

@IsaacRichardson
  • search

    Cover page
    Made with Flask
    Recent comments (0)
  • API

    Cover page
    Made with Flask
    Recent comments (0)
  • snippetdb

    Cover page
    Made with Python

    A database for the snippet module

    Recent comments (0)
  • Snippet

    Cover page
    Made with Python

    A python package for saving code snippets and calling them in any python script using the "text-davinci-003" model for custom code or code from different languages or direct python execution for python code.

    Recent comments (0)
  • snippetapi

    Cover page
    Made with Python

    The API for the Snippet python package

    Recent comments (13)
    IsaacRichardson
    IsaacRichardson
    6 months ago

    Seperated snippet into 2 engines - 'jade', which executes code and returns the result and 'amethyst', which uses gpt to evaluate the code and get the result

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Added some general improvements

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Completely remade the API, fixing issues

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Fixed issues and made functions more customisable

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Fixed more issues

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Edited temperature and fixed problems with /get

    IsaacRichardson
    IsaacRichardson
    6 months ago

    Fixed multiple issues with the /get endpoint

    IsaacRichardson
    IsaacRichardson
    7 months ago

    Reduced temperature from 0.7 to 0.2 to minimise randomness and unexpected outputs and maximise speed of execution

    IsaacRichardson
    IsaacRichardson
    7 months ago

    Added a function to time responses to detect any issues with GPT-3

    IsaacRichardson
    IsaacRichardson
    7 months ago

    Fixed all issues with multi-line functionality

All Repls