Skip to content

This Project built in Golang can help you play with the ChatGPT Engines for checking the libraries been used in your application codebase & then store the result in a separate txt file within the targeted directory.

Notifications You must be signed in to change notification settings

AryanParashar24/ChatGPT-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-Go

ChatGPT-Go is a simple, easy-to-use Go-based application that interacts with OpenAI's ChatGPT API to generate human-like conversations. The project is designed to help developers integrate AI-powered chat functionalities into their Go applications using OpenAI's GPT model.

Features:

  • API Integration: Connects to OpenAI's GPT-3.5 or GPT-4 API.
  • Human-Like Conversations: Generates responses based on user input in a natural, human-like manner.
  • Simple Implementation: The application is built in Go, making it easy to integrate and extend.
  • Environment Configuration: Uses .env files for easy configuration of API keys and other environment variables.

Prerequisites:

Before you begin, ensure that you have met the following requirements:

Installation:

Step 1: Clone the Repository:

Clone this repository to your local machine:

git clone https://github.com/AryanParashar24/ChatGPT-Go.git
cd ChatGPT-Go

Step-2: Set Up Your Environment:

Create a .env file in the root of the project directory. Add the OpenAI API key like this:

OPENAI_API_KEY=your-api-key-here

Replace your-api-key-here with the actual API key you obtained from OpenAI.

Step-3: Install Dependencies:

Ensure that Go dependencies are installed by running:

go mod tidy

Step 4: Run the Application:

Once everything is set up, you can start the application by running:

go run main.go

The program will prompt you for input, and ChatGPT will respond with generated replies.

About

This Project built in Golang can help you play with the ChatGPT Engines for checking the libraries been used in your application codebase & then store the result in a separate txt file within the targeted directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages