Skip to content

Commit

Permalink
#131: fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger12 committed Feb 11, 2024
1 parent aa8830f commit 774baad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/providers/bedrock/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ func TestAWSBedrockClient_ChatRequest(t *testing.T) {
clientCfg := clients.DefaultClientConfig()

providerCfg.BaseURL = openAIServer.URL

println(providerCfg.ChatEndpoint)
providerCfg.AWSRegion = "us-west-2"
providerCfg.AccessKey = ""
providerCfg.SecretKey = ""

client, err := NewClient(providerCfg, clientCfg, telemetry.NewTelemetryMock())
require.NoError(t, err)
Expand Down

0 comments on commit 774baad

Please sign in to comment.