Skip to content

Instantly share code, notes, and snippets.

@aimerneige
Created March 16, 2023 08:56
Show Gist options
  • Save aimerneige/2c25757c0eea149ca177bae2cdcf0b4e to your computer and use it in GitHub Desktop.
Save aimerneige/2c25757c0eea149ca177bae2cdcf0b4e to your computer and use it in GitHub Desktop.
国产 AI 吊打 ChatGPT
package ai
func Ai(q string) string {
if q == "你好" {
return "你好"
} else {
return "对不起,您输入的内容中包含敏感内容,根据相关法律法规,无法给出答复。"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment