gpt 0.10.0 copy "gpt: ^0.10.0" to clipboard
gpt: ^0.10.0 copied to clipboard

A command line tool for running GPT commands. This tool supports prompt-batching and prompt-chaining.

example/README.md

There are seven example projects

  • ChatGPT Plugin - shows how to run a mock server for quick prototyping of a ChatGPT Plugin.
  • Batch Command - demonstrates how to create a batch process using a data file
  • Image Generation - shows how to create images with the DALL-E API
  • Simple Experiment - shows how to run a single prompt multiple times.
  • Chain Experiment with Single Prompt - shows how to run a single prompt in a chain. This technique is used for maintaining a strong context between requests
  • Chain Experiment with Multiple Prompts - shows how to run a multiple prompts in a chain. Specifically this example shows how to use prompts to have OpenAI simulate a user response based on the context on the chain.
  • Generating a Report - shows how to add the reporting plugin to a block for the generating of an HTML report with request/response flow
0
likes
0
pub points
0%
popularity

Publisher

verified publisherstackwire.com

A command line tool for running GPT commands. This tool supports prompt-batching and prompt-chaining.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, args, file, http, interact, path, yaml

More

Packages that depend on gpt