From ff8f75d9c1a6c020f1277b7550534a7a17165885 Mon Sep 17 00:00:00 2001 From: Si Beaumont Date: Sat, 1 Feb 2025 11:48:09 +0100 Subject: [PATCH] examples: Add talks section to covering README --- Examples/README.md | 4 ++++ .../Articles/Checking-out-an-example-project.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Examples/README.md b/Examples/README.md index 8dbda14cc..9fa27e461 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -64,3 +64,7 @@ However, if you cannot use the build plugin, for example because you must check If you can't even use the command plugin, for example because your package is not allowed to depend on Swift OpenAPI Generator, you can invoke the generator CLI manually from a Makefile. See the following example for this workflow: - [manual-generation-generator-cli-example](./manual-generation-generator-cli-example) - A client using the `swift-openapi-generator` CLI for manual code generation. + +## Talks + +- [FOSDEM 2025: Streaming ChatGPT Proxy with Swift OpenAPI](./streaming-chatgpt-proxy) - A tailored API server, backed by ChatGPT, and client CLI, with end-to-end streaming. diff --git a/Sources/swift-openapi-generator/Documentation.docc/Articles/Checking-out-an-example-project.md b/Sources/swift-openapi-generator/Documentation.docc/Articles/Checking-out-an-example-project.md index 324b5f68b..726d883d4 100644 --- a/Sources/swift-openapi-generator/Documentation.docc/Articles/Checking-out-an-example-project.md +++ b/Sources/swift-openapi-generator/Documentation.docc/Articles/Checking-out-an-example-project.md @@ -67,3 +67,7 @@ However, if you cannot use the build plugin, for example because you must check If you can't even use the command plugin, for example because your package is not allowed to depend on Swift OpenAPI Generator, you can invoke the generator CLI manually from a Makefile. See the following example for this workflow: - [manual-generation-generator-cli-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/manual-generation-generator-cli-example) - A client using the `swift-openapi-generator` CLI for manual code generation. + +## Talks + +- [FOSDEM 2025: Streaming ChatGPT Proxy with Swift OpenAPI](./streaming-chatgpt-proxy) - A tailored API server, backed by ChatGPT, and client CLI, with end-to-end streaming.