Skip to main content

hacker of openai python client

Project description

This is openai python client hacker, do something on the fly.

Features:

  • dumping LLM requests and responses into yaml or json tarball or files
  • cache LLM responses

Installation:

pip install openai-hacker

Usage

Add the lines into your code:

from openai_hacker import hack

hack()

available options:

  • dump_dir, str, the location to dump LLM requests and responses. if it ends with ".tar" then all contents will be dumped as a tarball. default ./llm_dump_<timestamp>.tar
  • cache_dir, str, the location to store cache files. default ~/llm_cache
  • stage, str, the prefix of dumped file names
  • suffix_completion, str, the suffix of dumped file names for openai Completion. default .yaml
  • suffix_chat, str, the suffix of dumped file names for openai ChatCompletion. default _chat.yaml
  • hack_chat, bool, hack openai ChatCompletion or not. default True
  • hack_completion, bool, hack openai Completion or note. default True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openai_hacker-0.1.3.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

openai_hacker-0.1.3-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page