Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions Sources/JSONSchema/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)