You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Example Promtpres, err=chat.SendPrompt("Tell me the story of golang with 200 characters")
iferr!=nil {
fmt.Println(err)
os.Exit(1)
}
fmt.Println(res)