Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 742 Bytes

check PyPI version

Phronesitron

Phronesitron is a set of tools to interact with textual AI tools like OpenAI's models.

Example use:

> ph explain quantum physics in 10 words
Mysterious particles with probabilistic behavior in complex systems.

Currently, openAI models are supported.

Setup

Set the openAI API key (get it from here: https://platform.openai.com/account/api-keys)

export OPENAIKEY=<put key here>

Versioning

Uses semantic versioning. https://semver.org/