Videos
Hello all, trying to learn Go and API's. I'm using go-gpt3 api library found at: https://pkg.go.dev/github.com/PullRequestInc/go-gpt3#ChatCompletionResponseChoice
I've been able to connect and get simple answers back like, "what time is it", "what's your favorite color", etc.
But I'm having an issue finding how to change the personality of the AI and add better prompts. Like change the AI to be "someone who loves dad-jokes", "reply like an experienced hiker", or "reply like a secret agent".
I've been reading through the api documentation but am having issues. Anyone familiar with this library or even a good read/tutorial on how to use Gin? (it's what we use at work)
I don't count myself as a programming wiz or anything. Just trying to learn to provide a better life to my kids.