vedantg10 / openAI_chatCompletion

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

Repository from Github https://github.comvedantg10/openAI_chatCompletionRepository from Github https://github.comvedantg10/openAI_chatCompletion

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


Languages

Language:Python 100.0%