From fb039cb7726a7f3489beaf379a829965c7bf4626 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:48:45 +0700 Subject: [PATCH] docs: adds related packages section --- README.md | 6 ++++++ .../LLMChatAnthropic/Documentation.docc/Documentation.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index d266400..55a8dd2 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,12 @@ let task = Task { To learn more about prompt caching, check out the [Anthropic documentation](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching). +## Related Packages + +- [swift-ai-model-retriever](https://github.com/kevinhermawan/swift-ai-model-retriever) +- [swift-json-schema](https://github.com/kevinhermawan/swift-json-schema) +- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai) + ## Support If you find `LLMChatAnthropic` helpful and would like to support its development, consider making a donation. Your contribution helps maintain the project and develop new features. diff --git a/Sources/LLMChatAnthropic/Documentation.docc/Documentation.md b/Sources/LLMChatAnthropic/Documentation.docc/Documentation.md index 14a9b9a..593799d 100644 --- a/Sources/LLMChatAnthropic/Documentation.docc/Documentation.md +++ b/Sources/LLMChatAnthropic/Documentation.docc/Documentation.md @@ -163,3 +163,9 @@ let task = Task { ``` To learn more about prompt caching, check out the [Anthropic documentation](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching). + +## Related Packages + +- [swift-ai-model-retriever](https://github.com/kevinhermawan/swift-ai-model-retriever) +- [swift-json-schema](https://github.com/kevinhermawan/swift-json-schema) +- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai)