Skip to content

Commit

Permalink
Merge pull request #19960 from tippmar-nr/dotnet-compabitility-update…
Browse files Browse the repository at this point in the history
…-openai

docs(dotnet): Add OpenAI to supported LLM frameworks
  • Loading branch information
cbehera-newrelic authored Feb 21, 2025
2 parents 7772220 + 6aad782 commit 8deacc6
Showing 1 changed file with 60 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,12 +732,40 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
3.7.200.0
</td>
<td>
10.23.0
10.23.0 (`InvokeModelAsync`)
10.37.0 (`InvokeModelAsync`, `ConverseAsync`)
</td>
<td>
3.7.412.13
</td>

</tr>
<tr>
<td>
OpenAI
</td>
<td>
2.0.0
</td>
<td>
10.37.0 (`CompleteChat`, `CompleteChatAsync`)
</td>
<td>
2.1.0
</td>
</tr>
<tr>
<td>
Azure.AI.OpenAI
</td>
<td>
2.0.0
</td>
<td>
10.37.0 (`CompleteChat`, `CompleteChatAsync`)
</td>
<td>
2.1.0
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -1807,12 +1835,41 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
3.7.200.0
</td>
<td>
10.23.0
10.23.0 (`InvokeModelAsync`)
10.37.0 (`InvokeModelAsync`, `ConverseAsync`)
</td>
<td>
3.7.412.13
</td>
</tr>
<tr>
<td>
OpenAI
</td>
<td>
2.0.0
</td>
<td>
10.37.0 (`CompleteChat`, `CompleteChatAsync`)
</td>
<td>
2.1.0
</td>
</tr>
<tr>
<td>
Azure.AI.OpenAI
</td>
<td>
2.0.0
</td>
<td>
10.37.0 (`CompleteChat`, `CompleteChatAsync`)
</td>
<td>
2.1.0
</td>
</tr>
</tbody>
</table>
</Collapser>
Expand Down

0 comments on commit 8deacc6

Please sign in to comment.