Skip to content

PetterS/anything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anything

Anything imported from anything will be created on the fly:

from anything import Cat

They can be created in any way:

cat = Cat(age=4)

Methods will be automatically implemented by OpenAI on first use:

print("happy cat:", cat.say(mood="happy"))
print("angry cat:", cat.say(mood="angry"))

prints

happy cat: Meow! 😺
angry cat: Hiss! 🐾

Yes this is a joke and obviously very dangerous.

About

Does anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages