AI-Functions icon indicating copy to clipboard operation
AI-Functions copied to clipboard

AI-Powered Function Magic: Never code again with GPT models!

Results 14 AI-Functions issues
Sort by recently updated
recently updated
newest added

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...