Skip to content

Commit

Permalink
Add request.model attribute to NRCreateChatCompletion test (newrelic#887
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mirackara committed Mar 27, 2024
1 parent 2845089 commit 1a00203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/integrations/nropenai/nropenai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func TestNRCreateChatCompletion(t *testing.T) {
"ingest_source": "Go",
"is_response": true,
"response.model": "gpt-3.5-turbo",
"request.model": "gpt-3.5-turbo",
},
AgentAttributes: map[string]interface{}{},
},
Expand Down

0 comments on commit 1a00203

Please sign in to comment.