mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-04 21:27:39 +08:00
fix: fixed bug #70, XunFei 1.5 url version map error
This commit is contained in:
parent
3991f4daec
commit
d972e97c88
@ -50,7 +50,7 @@ type xunFeiResp struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var Model2URL = map[string]string{
|
var Model2URL = map[string]string{
|
||||||
"generalv1": "1.1",
|
"general": "v1.1",
|
||||||
"generalv2": "v2.1",
|
"generalv2": "v2.1",
|
||||||
"generalv3": "v3.1",
|
"generalv3": "v3.1",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user