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.