Skip to content

A collection of recipes and ideas inspired by OpenAI's dashboard and playground, with additional experiments and examples.

License

Notifications You must be signed in to change notification settings

tdiprima/OpenAI-Cookbook

Repository files navigation

OpenAI-Cookbook

License Languages Contributions

This repository mainly follows examples and ideas from the OpenAI Dashboard and the Playground.

Notes

  • Most markdown files were generated with the help of LLMs.
  • This project is being updated to align with changes introduced in newer versions of the OpenAI Python SDK. These updates ensure compatibility with the latest API endpoints, take advantage of new features, and follow best practices recommended by OpenAI.

Migration Details

While following the OpenAI Python migration guide, I encountered an issue:

  • The openai migrate command didn't work as expected and pointed to an incorrect URL.

Steps I used to resolve the migration issue:

  1. Install Grit by running:

    curl -fsSL https://docs.grit.io/install | bash
  2. Use Grit to apply the OpenAI migration:

    source $HOME/.grit/bin/env
    grit apply openai

These steps successfully resolved the migration issue.


About

A collection of recipes and ideas inspired by OpenAI's dashboard and playground, with additional experiments and examples.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published