Isaac Richardson
search
Made with FlaskRecent comments (0)API
Made with FlaskRecent comments (0)snippetdb
Snippet
Made with PythonA 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
Made with PythonThe API for the Snippet python package
Recent comments (13)IsaacRichardson6 months agoSeperated 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
IsaacRichardson6 months agoAdded some general improvements
IsaacRichardson6 months agoCompletely remade the API, fixing issues
IsaacRichardson6 months agoFixed issues and made functions more customisable
IsaacRichardson6 months agoFixed more issues
IsaacRichardson6 months agoEdited temperature and fixed problems with /get
IsaacRichardson6 months agoFixed multiple issues with the /get endpoint
IsaacRichardson7 months agoReduced temperature from 0.7 to 0.2 to minimise randomness and unexpected outputs and maximise speed of execution
IsaacRichardson7 months agoAdded a function to time responses to detect any issues with GPT-3
IsaacRichardson7 months agoFixed all issues with multi-line functionality