kimoi

package
v1.7.1-0...-0c948e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package kimoi AI 匹配 kimoi 词库

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	// Reply 文本
	Reply string `json:"reply"`
	// Confidence 置信度, 建议不要使用 < 0.5 或 > 0.95 的结果
	Confidence float64 `json:"confidence"`
}

Response 回复结构

func Chat

func Chat(msg string) (r Response, err error)

Chat 用户对 AI 说一句话

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL