Skip to content

Commit 0fdc12b

Browse files
committed
Added readme for the loc'n of the openai openapi spec so I can find it when I forget again.
1 parent 61648cf commit 0fdc12b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Several sample applications demonstrating different scenarios are available in t
166166
- **AliceAndBob** – runs two OpenAI peers and routes their audio between each other with a waveform display.
167167
- **LocalFunctions** – showcases the local function calling feature.
168168
- **GetPaid** – extends local functions to simulate payment requests.
169-
- **DependencyInjection** – illustrates using the library with .NET DI.
169+
- **GetStartedDI** – illustrates using the library with .NET Dependency Injection.
170170
- **ASP.NET Get Started** – ASP.NET application bridging a browser WebRTC client to OpenAI.
171171
- **ASP.NET Local Function** – ASP.NET application that builds on the Get Started example and adds a local function to tailor OpenAI responses.
172172

src/Models/READMEmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## OpenAPI spec for the OpenAI API
2+
3+
https://github.com/openai/openai-openapi

0 commit comments

Comments
 (0)