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

Does this lib is useful to anything? LOL it just look like a template for a function that anyone can do without the need of a python library or what?...

Do you think the AI model would work with a structured output?

Hello Torantulino, I have made some code changes that add a function capable of optimizing the time and space complexity of an existing function using GPT models. Can you please...

Added 3 new tests: calculate_factorial, generate_fibonacci_sequence, reverse_words_in_string

### Background The Python files in the project are currently monolithic and can be difficult to manage and maintain. Additionally, sensitive information such as API keys are stored in a...

# Overview This commit introduces an enhanced approach for generating AI functions' results, referred to as `code-execution AI functions` in this PR. These functions prompt the GPT model to generate...

Added a test to see if the model can substitute prime numbers in a list with the closest greater composite. Results GPT-4: PASSED GPT 3.5-TURBO: PASSED

Great work on this and Auto-GPT. It shows how in tune you are with the models. Awesome! Did you try using using the "reflexion" technique to increase accuracy? https://newatlas.com/technology/gpt-4-reflexion/

![image](https://user-images.githubusercontent.com/58915251/230749704-f22e637f-9716-4a07-ad35-81174320eeb4.png) Why generate fake password didn't work for you?

Super cool hack... I saw the issue posted about GPT-3.5 not returning the correct schema for the random people generator. You can fix that if you switch to typescript as...