From 41790276951822fb5084da221a89c6a96ec69af8 Mon Sep 17 00:00:00 2001 From: Brian Ritz Date: Wed, 14 Feb 2024 13:40:35 -0500 Subject: [PATCH] update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 49c114f..bcf4589 100644 --- a/README.md +++ b/README.md @@ -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