GitXplorerGitXplorer
s

openai-intro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
21ca8d25804acbcd09cf9a69dfc8707f93183491

Fixed add_message

ssalilponde committed 7 months ago
Unverified
698da567b34cf62580f4a4979dee766d63edb430

02 Chat History

ssalilponde committed 7 months ago
Unverified
4fd3ad1498606bdcfe71e00003d6ad1a94555a55

Lesson 1

ssalilponde committed 7 months ago
Unverified
a9e834d4c47283a601423ff2264aeba394354ccf

Fixed Linux activation command

ssalilponde committed 7 months ago
Unverified
a01c745164c935b1137629918ab8be6d9e4f0dd0

Setup project structure

ssalilponde committed 7 months ago
Unverified
cd0344a658144b45dc0222ae94f7d2f91ee76cd2

first commit

ssalilponde committed 7 months ago

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