Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 346 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 346 Bytes

Go OpenAI

Project with integration to OpenAI's ChatGPT

Using http and gRPC protocol

Technologies used

  • Golang
  • MYSQL
  • Docker
  • SQLC

To count the tokens using the tiktoken-go.

To start docker

docker-compose up -d

Generate sql

sqlc generate

Run Migrate

make migrate