modified: csharp-examples.html

modified:   elixir-examples.html
	modified:   go-examples.html
	modified:   java-examples.html
	modified:   nodejs-examples.html
	modified:   python-examples.html
	modified:   ruby-examples.html
This commit is contained in:
Russell Ballestrini 2025-10-15 20:06:05 -04:00
parent 7fc375a598
commit b5bead65cb
7 changed files with 34 additions and 8 deletions

View file

@ -98,7 +98,7 @@
<h3 id="csharp-client">C# Client Installation</h3>
<p>Install the OpenAI NuGet package using the .NET CLI:</p>
<pre><code class="bash">dotnet add package OpenAI</code></pre>
<pre><code class="bash">dotnet add package OpenAI --version 2.5.0</code></pre>
<p>Or via Package Manager Console:</p>
<pre><code class="bash">Install-Package OpenAI</code></pre>