Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanborror/swift-anthropic
An easy way to use the Anthropic platform in Swift.
https://github.com/nathanborror/swift-anthropic
anthropic claude llm swift
Last synced: about 2 months ago
JSON representation
An easy way to use the Anthropic platform in Swift.
- Host: GitHub
- URL: https://github.com/nathanborror/swift-anthropic
- Owner: nathanborror
- License: mit
- Created: 2024-01-07T06:27:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T03:54:01.000Z (4 months ago)
- Last Synced: 2024-09-10T04:24:06.182Z (4 months ago)
- Topics: anthropic, claude, llm, swift
- Language: Swift
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Anthropic
An easy way to use the [Anthropic](https://docs.anthropic.com) platform in Swift.
Example using command:
$ make
$ ./anthropic -k $ANTHROPIC_API_KEY "hi"
Hello!