Skip to content
/ funcGPT Public

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

License

Notifications You must be signed in to change notification settings

MxDkl/funcGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages