Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 596 Bytes

ChatBot Assistant using Golang OpenAI API

Screenshot

This project provides a simple service to upload files and additional assistant data using the Gin framework in Go. The file and data are stored in a PostgreSQL database.

Features

  • Upload a file along with JSON data in a single request.
  • Save the file content and assistant data to a PostgreSQL database.

Requirements

  • Go 1.16 or later
  • PostgreSQL

Setup

1. Clone the Repository

git clone https://github.com/kanhaiyagupta9045/Chat-Assistant-Using-Golang.git
cd Chat-Assistant-Using-Golang