Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 281 Bytes

funcGPT

A function decorator that tries to execute a function using GPT based on the function's name.

How to use

import funcGPT

@funcGPT.funcGPT
def nth_fibonacci(n):
    return

print(nth_fibonacci(5))

Requirements

  • Python 3.8 or higher
  • An OpenAI API key