Skip to content

This Django application allows users to interact with OpenAI's GPT-3.5-turbo model. Users can input text through a Django interface, which is then processed by the GPT-3.5-turbo model to generate AI-driven responses. This app is ideal for those looking to explore the capabilities of GPT-3.5-turbo within a web framework.

Notifications You must be signed in to change notification settings

benku123/Django-GPT-Integration-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django GPT-3.5-turbo Interaction App

Alt text for your image

Description

This Django application interfaces with OpenAI's GPT-3.5-turbo model to provide AI-driven text processing capabilities. Users can input text through a web interface, which is then sent to the GPT-3.5-turbo via OpenAI api to process and give a response. The project demonstrates the integration of advanced AI language models in web applications.

Prerequisites

  • Before installing the application, ensure you have Python and pip installed on your system.

Obtaining OpenAI API Key

  • To use this application, you will need an API key from OpenAI. Visit OpenAI's API page for instructions on how to obtain your API key.

Django Project Setup

Prerequisites

  • Python 3.x
  • pip
  • Virtualenv

Create a virtualenvironment

python -m venv venv

Activate the virtualenvironment

On Windows:

venv\Scripts\activate

On Unix or MacOS:

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

About

This Django application allows users to interact with OpenAI's GPT-3.5-turbo model. Users can input text through a Django interface, which is then processed by the GPT-3.5-turbo model to generate AI-driven responses. This app is ideal for those looking to explore the capabilities of GPT-3.5-turbo within a web framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published