From 5f56bcda357931ae403934360fa9b11ad321a7b9 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:08:13 +0700 Subject: [PATCH 1/2] docs: adds related packages section --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a92ccb..0530b16 100644 --- a/README.md +++ b/README.md @@ -186,14 +186,19 @@ do { } ``` -## Donations +## Related Packages + +- [swift-llm-chat-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic) +- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai) + +## Support If you find `JSONSchema` helpful and would like to support its development, consider making a donation. Your contribution helps maintain the project and develop new features. - [GitHub Sponsors](https://github.com/sponsors/kevinhermawan) - [Buy Me a Coffee](https://buymeacoffee.com/kevinhermawan) -Your support is greatly appreciated! +Your support is greatly appreciated! ❤️ ## Contributing From b2b4a99f025693bf2f1f2a40c689bd340150f6e1 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:10:16 +0700 Subject: [PATCH 2/2] sync the Documentation.md --- Sources/JSONSchema/Documentation.docc/Documentation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/JSONSchema/Documentation.docc/Documentation.md b/Sources/JSONSchema/Documentation.docc/Documentation.md index b57223f..de21079 100644 --- a/Sources/JSONSchema/Documentation.docc/Documentation.md +++ b/Sources/JSONSchema/Documentation.docc/Documentation.md @@ -156,3 +156,8 @@ do { print(String(describing: error)) } ``` + +## Related Packages + +- [swift-llm-chat-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic) +- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai)