AI-Functions
AI-Functions copied to clipboard
AI-Powered Function Magic: Never code again with GPT models!
Hi ๐ I've reformatted code a little bit to make it prettier. 1. `black` formatting. Flag `-l=100` is used 2. `isort` formatting 3. check code with `flake8`. Flag `--max-line-length=100` is...
Hi ๐ I have updated `gitignore` slightly with some reasons in mind: 1. you won't accidentally commit your api key 2. you won't accidentally commit env folder Hope, you'll find...
test_1 under gpt-3.5-turbo was failing because the model was returning single quotes instead of the proper double quotes in the JSON: ```shell =-=-=- Running test: test_1 - Generate fake people...