mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
8 lines
151 B
Go
8 lines
151 B
Go
package palm
|
|
|
|
import "github.com/songquanpeng/one-api/relay/billing/ratio"
|
|
|
|
var RatioMap = map[string]ratio.Ratio{
|
|
"PaLM-2": {Input: 0, Output: 0},
|
|
}
|