GitXplorerGitXplorer
s

openai-intro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

Introduction to OpenAI

Setup

Create a virtual environment

python -m venv .venv

Activate the virtual environment

Windows PowerShell

.\.venv\Scripts\activate

Linux/Mac

source .venv/bin/activate

Install packages

pip install -r requirements.txt