Skip to content

Commit

Permalink
docs: adds related packages section (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Oct 19, 2024
1 parent ba9d6aa commit 667b595
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ Task {

To learn more about structured outputs, check out the [OpenAI documentation](https://platform.openai.com/docs/guides/structured-outputs/introduction).

## 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-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic)

## Support

If you find `LLMChatOpenAI` helpful and would like to support its development, consider making a donation. Your contribution helps maintain the project and develop new features.
Expand Down
6 changes: 6 additions & 0 deletions Sources/LLMChatOpenAI/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,9 @@ Task {
```

To learn more about structured outputs, check out the [OpenAI documentation](https://platform.openai.com/docs/guides/structured-outputs/introduction).

## 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-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic)

0 comments on commit 667b595

Please sign in to comment.