feat(ai-proxy): add Fireworks AI support (#2917)

This commit is contained in:
aias00
2025-09-21 14:32:04 +08:00
committed by GitHub
parent 47827ad271
commit 88a679ee07
6 changed files with 569 additions and 0 deletions

View File

@@ -103,3 +103,9 @@ func TestAzure(t *testing.T) {
test.RunAzureOnHttpResponseHeadersTests(t)
test.RunAzureOnHttpResponseBodyTests(t)
}
func TestFireworks(t *testing.T) {
test.RunFireworksParseConfigTests(t)
test.RunFireworksOnHttpRequestHeadersTests(t)
test.RunFireworksOnHttpRequestBodyTests(t)
}