Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimaxir/chatgpt-structured-data
Demos of ChatGPT's function calling/structured data support.
https://github.com/minimaxir/chatgpt-structured-data
Last synced: 17 days ago
JSON representation
Demos of ChatGPT's function calling/structured data support.
- Host: GitHub
- URL: https://github.com/minimaxir/chatgpt-structured-data
- Owner: minimaxir
- License: mit
- Created: 2023-12-19T05:57:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T02:21:52.000Z (11 months ago)
- Last Synced: 2024-10-04T13:13:48.682Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-llm-json - chatgpt-structured-data
README
# chatgpt-structured-data
Demos of ChatGPT's function calling/structured data support.
Demos are provided as-is (December 2023) and will likely not receive updates.
## Usage
Most of the notebooks use [simpleaichat](https://github.com/minimaxir/simpleaichat/tree/main). To install:
```sh
pip3 install simpleaichat
```You will also need an OpenAI API Key with a credit balance. You should include this is in a `.env` file in the working directory, e.g.:
```s
OPENAI_API_KEY="sk-..."
```## Maintainer/Creator
Max Woolf ([@minimaxir](https://minimaxir.com))
_Max's open-source projects are supported by his [Patreon](https://www.patreon.com/minimaxir) and [GitHub Sponsors](https://github.com/sponsors/minimaxir). If you found this project helpful, any monetary contributions to the Patreon are appreciated and will be put to good creative use._
## License
MIT