Go: align db schema to python (#16935)

As title.

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-07-15 23:05:06 +08:00
committed by GitHub
parent ff3d566a4f
commit 2a6e210020
18 changed files with 128 additions and 126 deletions
+1 -1
View File
@@ -2697,7 +2697,7 @@ func (p *Parser) parseAPIDisable() (*Command, error) {
}
// region MODEL commands
// CHAT 'model@instance@provider' 'hello world'
// CHAT WITH 'model@instance@provider' MESSAGE 'hello world'
// CHAT WITH 'model@instance@provider' MESSAGE 'hello world' 'who are you' IMAGE 'url1' 'file0' VIDEO "url2.mov" "file1" FILE "url" "path file2" AUDIO "file.wav"
func (p *Parser) parseAPIChat() (*Command, error) {
p.nextToken() // consume CHAT