Skip to content

Commit bb25cf4

Browse files
authored
Merge pull request #17 from petal-labs/codex/fix-perplexity-tools-integration-test
[codex] fix perplexity tools integration test model
2 parents 54b845b + 3a2dac4 commit bb25cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/perplexity_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestPerplexity_ChatCompletion_WithTools(t *testing.T) {
121121

122122
tool := createTestTool()
123123

124-
resp, err := client.Chat(perplexity.ModelSonar).
124+
resp, err := client.Chat(perplexity.ModelSonarPro).
125125
User("What's the weather like in San Francisco?").
126126
Tools(tool).
127127
GetResponse(ctx)

0 commit comments

Comments
 (0)