Skip to content

tlarsen0/sturdy-parakeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

sturdy-parakeet

A personal coding project with OpenAI.

Project: parakeet

parakeet is a small test project to test the basics OpenAI API. The small script fibonacci.py is provided to demo conversion functionality.

Function: summarize [filename]

Example: % python3 parakeet_it.py summarize fibonacci.py

Use OpenAI to summarize the functionality of fibonacci.py.

Function: convert-java [filename]

Example: % python3 parakeet_it.py convert-java fibonacci.py

Use OpenAI to convert fibonacci.py to Java code.

Function: convert-csharp [filename]

Example: % python3 parakeet_it.py convert-csharp fibonacci.py

Use OpenAI to convert fibonacci.py to C# code.

Function: convert-python [filename]

Example: % python3 parakeet_it.py convert-python fibonacci.java

Use OpenAI to convert fibonacci.java to Python code.

Function: unit-tests [filename]

Example: % python3 parakeet_it.py unit-tests fibonacci.py

Use OpenAI to suggest possible unit tests for fibonacci.py.

About

A personal coding project to learn OpenAI features and capabilities.

Topics

Resources

Stars

Watchers

Forks

Contributors