Skip to content

A terminal-based chat completion application built using OpenAI APIs with the GPT-3.5-turbo-instruct model. This project leverages advanced language models to provide intelligent and context-aware responses directly in the terminal, enabling seamless and interactive conversations

Notifications You must be signed in to change notification settings

vedantg10/openAI_chatCompletion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Project : Integrating the GPT models into Web Projects

Install Python Python

Create a virtual environment :

(Windows)

python -m venv env

(MacOS)

python3 -m venv env

Activate the virtual environment :

source env/bin/activate

Installation:

(Windows)

pip install -r requirements.txt

(MacOS)

pip3 install -r requirements.txt

.env file

Run the script:

(Windows)

python main.py

(MacOS)

python3 main.py

About

A terminal-based chat completion application built using OpenAI APIs with the GPT-3.5-turbo-instruct model. This project leverages advanced language models to provide intelligent and context-aware responses directly in the terminal, enabling seamless and interactive conversations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages