Code examples for a GPT-4 and ChatGPT app development book
Top 53.5% on sourcepulse
This repository provides code examples and use cases for developing applications with GPT-4 and ChatGPT, targeting developers and researchers. It offers updated code for the latest OpenAI Python library and includes new examples beyond the first edition of its accompanying book.
How It Works
The examples are structured to mirror chapters and numbering from the book "Developing Apps with GPT-4 and ChatGPT." Code is provided as Jupyter notebooks or Python scripts, demonstrating various applications and integrations with large language models.
Quick Start & Requirements
pip install -r requirements.txt
python [example_folder]/run.py
docker-compose up -d
.docker-compose up -d
or docker run -p 8080:8080 -p 50051:50051 cr.weaviate.io/semitechnologies/weaviate:1.24.9
.Highlighted Details
Maintenance & Community
No specific information on contributors, community channels, or roadmap is provided in the README.
Licensing & Compatibility
The README does not specify a license. Compatibility for commercial use or closed-source linking is not detailed.
Limitations & Caveats
The repository's primary purpose is to supplement a book, and its maintenance or community support status is unclear. Some examples have complex setup requirements involving Docker and specific services like Redis and Weaviate.
10 months ago
1 week