package palm import "github.com/songquanpeng/one-api/relay/billing/ratio" var RatioMap = map[string]ratio.Ratio{ "PaLM-2": {Input: 0, Output: 0}, }