mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Implement Vertex Raw mode support in AI Proxy (#3375)
This commit is contained in:
@@ -137,6 +137,10 @@ func TestVertex(t *testing.T) {
|
||||
test.RunVertexExpressModeOnStreamingResponseBodyTests(t)
|
||||
test.RunVertexExpressModeImageGenerationRequestBodyTests(t)
|
||||
test.RunVertexExpressModeImageGenerationResponseBodyTests(t)
|
||||
// Vertex Raw 模式测试
|
||||
test.RunVertexRawModeOnHttpRequestHeadersTests(t)
|
||||
test.RunVertexRawModeOnHttpRequestBodyTests(t)
|
||||
test.RunVertexRawModeOnHttpResponseBodyTests(t)
|
||||
}
|
||||
|
||||
func TestBedrock(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user