Skip to content

Commit 5f7c23a

Browse files
committed
Quick fix of readme links
1 parent 4a32968 commit 5f7c23a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Console.WriteLine(result);
1717
* [Requirements](#requirements)
1818
* [Installation](#install-from-nuget)
1919
* [Authentication](#authentication)
20-
* [Chat API](#chatapi)
20+
* [Chat API](#chat-api)
2121
* [Conversations](#chat-conversations)
2222
* [Streaming Results](#chat-streaming)
2323
* [GPT Vision](#gpt-vision)
2424
* [Chat Endpoint](#chat-endpoint-requests)
2525
* [Conversation History Context Length Management](#Conversation-History-Context-Length-Management)
2626
* [JSON Mode](#json-mode)
27-
* [Completions API](#completions)
27+
* [Completions API](#completions-api)
2828
* [Streaming completion results](#streaming)
2929
* [Audio](#audio)
3030
* [Text to Speech](#text-to-speech-tts)
@@ -47,7 +47,7 @@ Support for assistants and other new features shown at OpenAI DevDay will be com
4747

4848
## Requirements
4949

50-
This library is based on .NET Standard 2.0, so it should work across .NET Framework >=4.7.2 and .NET Core >= 3.0. It should work across console apps, winforms, wpf, asp.net, etc (although I have not yet tested with asp.net). It should work across Windows, Linux, and Mac, although I have only tested on Windows so far.
50+
This library is based on .NET Standard 2.0, so it should work across all versions of .Net, from the traditional .NET Framework >=4.7.2 to .NET (Core) >= 3.0. It should work across console apps, winforms, wpf, asp.net, unity, Xamarin, etc. It should work across Windows, Linux, and Mac, and possibly even mobile. There are minimal dependencies, and it's licensed in the public domain.
5151

5252
## Getting started
5353

0 commit comments

Comments
 (0)