[feat] preliminary completion ollama chat.

This commit is contained in:
dmd
2024-06-10 21:44:41 +08:00
parent d6a04f96fe
commit 8443a3c8b4
7 changed files with 353 additions and 8 deletions

View File

@@ -145,6 +145,7 @@ const ChatGLM = Platform("ChatGLM")
const Baidu = Platform("Baidu")
const XunFei = Platform("XunFei")
const QWen = Platform("QWen")
const Ollama = Platform("Ollama")
type SystemConfig struct {
Title string `json:"title,omitempty"`