@@ -0,0 +1,9 @@
package main
import "enio_meowrain/chat"
func main() {
model, ctx := chat.CreateChatModel()
question := "我写的代码老是出bug,唉,搞得我很焦虑"
chat.ChatStream(model, ctx, question)
}
The note is not visible to the blocked user.