dgentry / phronesitron

Tool to interact with language models from the commandline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Tool to interact with language models from the commandline.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%