fix: fixed bug #70, XunFei 1.5 url version map error

This commit is contained in:
RockYang
2023-12-25 08:54:17 +08:00
committed by UncleSimonlau
parent 7ca89d8b54
commit 22660362a3
32 changed files with 3081 additions and 321 deletions

View File

@@ -50,7 +50,7 @@ type xunFeiResp struct {
}
var Model2URL = map[string]string{
"generalv1": "1.1",
"general": "v1.1",
"generalv2": "v2.1",
"generalv3": "v3.1",
}