Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmritz committed Feb 14, 2024
1 parent cccb657 commit 4179027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Write the docstring, call the function, get the results.
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

Documentation: https://ai-ghostfunctions.readthedocs.io/

A `ghostfunction` leverages OpenAI GPT-4 to return sensible outputs from functions without
defined logic. It packages the the function name, docstring, and signature into a prompt
which is sent to OpenAI's GPT-4 API, and transparently handles coercing the api result
into the expected return type.

## Installation

```console
Expand Down

0 comments on commit 4179027

Please sign in to comment.