Explorar o código

Merge branch 'fix-model-name'

1808837298@qq.com %!s(int64=2) %!d(string=hai) anos
pai
achega
ca5c4d2dbd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      relay/relay-text.go

+ 1 - 0
relay/relay-text.go

@@ -59,6 +59,7 @@ func getAndValidateTextRequest(c *gin.Context, relayInfo *relaycommon.RelayInfo)
 		}
 	}
 	relayInfo.IsStream = textRequest.Stream
+	relayInfo.UpstreamModelName = textRequest.Model
 	return textRequest, nil
 }