Categorygithub.com/pedrobertao/go-chatgpt
repositorypackage
1.0.0
Repository: https://github.com/pedrobertao/go-chatgpt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-chatGPT

A simple wrapper for the ChatGPT API

Only text-based prompts for now

Example

// Example Promtp
res, err = chat.SendPrompt("Tell me the story of golang with 200 characters")
if err != nil {
  fmt.Println(err)
  os.Exit(1)
}
fmt.Println(res)

Licença

MIT