vaibhavpandeyvpz / inpher

PHP console application to automate work with structure data using OpenAI (or LLMs to be specific)

Home Page:https://vaibhavpandey.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inpher

PHP console application to automate work with structured data using OpenAI (or LLMs to be specific).

Usage

Run the Docker image in any folder as below:

# supply OPENAI_API_KEY as run args
docker run -it --rm \
  -e OPENAI_API_KEY=sk-****** \
  -v $PWD:/workspace \
  ghcr.io/vaibhavpandeyvpz/inpher
  
# read OPENAI_API_KEY from a .env file
docker run -it --rm \
  --env-file .env \
  -v $PWD:/workspace \
  ghcr.io/vaibhavpandeyvpz/inpher

The application will then interactively prompt you for input.

License

See the LICENSE file.

About

PHP console application to automate work with structure data using OpenAI (or LLMs to be specific)

https://vaibhavpandey.com/

License:Other


Languages

Language:PHP 93.1%Language:Dockerfile 6.9%