Commit bbac1a53 by CaIon

feat: update model ratio

parent cae9dbe1
...@@ -224,6 +224,9 @@ func GetCompletionRatio(name string) float64 { ...@@ -224,6 +224,9 @@ func GetCompletionRatio(name string) float64 {
if strings.HasPrefix(name, "gemini-") { if strings.HasPrefix(name, "gemini-") {
return 3 return 3
} }
if strings.HasPrefix(name, "command") {
return 5
}
switch name { switch name {
case "llama2-70b-4096": case "llama2-70b-4096":
return 0.8 / 0.7 return 0.8 / 0.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment