mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 21:23:44 +08:00
✨ feat: Optimize model list.
This commit is contained in:
@@ -75,7 +75,6 @@ func (p *OpenAIProvider) GetFullRequestURL(requestURL string, modelName string)
|
||||
// 检测模型是是否包含 . 如果有则直接去掉
|
||||
if strings.Contains(requestURL, ".") {
|
||||
requestURL = strings.Replace(requestURL, ".", "", -1)
|
||||
fmt.Println(requestURL)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user