Skip to content

Commit c744a9d

Browse files
authored
fix: update Spark Lite's domain to lite (songquanpeng#1896)
1 parent 708c555 commit c744a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay/adaptor/xunfei/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func parseAPIVersionByModelName(modelName string) string {
283283
func apiVersion2domain(apiVersion string) string {
284284
switch apiVersion {
285285
case "v1.1":
286-
return "general"
286+
return "lite"
287287
case "v2.1":
288288
return "generalv2"
289289
case "v3.1":

0 commit comments

Comments
 (0)