Skip to content

pedrobertao/go-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

go-chatgpt-sdk

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages