mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
Update version to v1.4.131 and commit
This commit is contained in:
parent
0f8a403dba
commit
31df56add8
|
|
@ -14,6 +14,7 @@ import (
|
||||||
"github.com/danielmiessler/fabric/plugins/ai"
|
"github.com/danielmiessler/fabric/plugins/ai"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/anthropic"
|
"github.com/danielmiessler/fabric/plugins/ai/anthropic"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/azure"
|
"github.com/danielmiessler/fabric/plugins/ai/azure"
|
||||||
|
"github.com/danielmiessler/fabric/plugins/ai/deepseek"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/dryrun"
|
"github.com/danielmiessler/fabric/plugins/ai/dryrun"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/gemini"
|
"github.com/danielmiessler/fabric/plugins/ai/gemini"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/groq"
|
"github.com/danielmiessler/fabric/plugins/ai/groq"
|
||||||
|
|
@ -22,7 +23,6 @@ import (
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/openai"
|
"github.com/danielmiessler/fabric/plugins/ai/openai"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/openrouter"
|
"github.com/danielmiessler/fabric/plugins/ai/openrouter"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/siliconcloud"
|
"github.com/danielmiessler/fabric/plugins/ai/siliconcloud"
|
||||||
"github.com/danielmiessler/fabric/plugins/ai/deepseek"
|
|
||||||
"github.com/danielmiessler/fabric/plugins/db/fsdb"
|
"github.com/danielmiessler/fabric/plugins/db/fsdb"
|
||||||
"github.com/danielmiessler/fabric/plugins/template"
|
"github.com/danielmiessler/fabric/plugins/template"
|
||||||
"github.com/danielmiessler/fabric/plugins/tools"
|
"github.com/danielmiessler/fabric/plugins/tools"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
"1.4.130"
|
"1.4.131"
|
||||||
|
|
|
||||||
|
|
@ -217,4 +217,4 @@ func copyFile(src, dst string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
return destFile.Sync()
|
return destFile.Sync()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
var version = "v1.4.130"
|
var version = "v1.4.131"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue