Skip to content

Commit 170259e

Browse files
committed
2 parents 0debdf1 + e12daa5 commit 170259e

1 file changed

Lines changed: 2 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# ElevenLabs Conversational AI Swift SDK
22

3-
<img src="https://github.com/user-attachments/assets/ca4fa726-5e98-4bbc-91b2-d055e957df7d" alt="ElevenLabs ConvAI" width="400">
3+
![SwiftSDK](https://github.com/user-attachments/assets/b91ef903-ff1f-4dda-9822-a6afad3437fc)
44

55
A Swift SDK for integrating ElevenLabs' conversational AI capabilities into your iOS and macOS applications. Built on top of LiveKit WebRTC for real-time audio streaming and communication.
66

7-
[![Swift Package Manager](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
8-
[![Platform](https://img.shields.io/badge/platform-iOS%20%7C%20macOS-lightgrey.svg)](https://github.com/elevenlabs/ElevenLabsSwift)
9-
107
## Quick Start
118

129
### Installation
@@ -15,7 +12,7 @@ Add to your project using Swift Package Manager:
1512

1613
```swift
1714
dependencies: [
18-
.package(url: "https://github.com/elevenlabs/ElevenLabsSwift.git", from: "2.0.0")
15+
.package(url: "https://github.com/elevenlabs/elevenlabs-swift-sdk.git", from: "2.0.0")
1916
]
2017
```
2118

@@ -408,28 +405,3 @@ class ConversationViewModel: ObservableObject {
408405
}
409406
}
410407
```
411-
412-
## Examples
413-
414-
Complete example implementations are available in the SDK repository showcasing:
415-
416-
- Basic voice conversations
417-
- Text-only chat mode
418-
- Client tool integration
419-
- SwiftUI reactive patterns
420-
- Error handling and recovery
421-
422-
## Contributing
423-
424-
We welcome contributions! Please check out our [Contributing Guide](CONTRIBUTING.md) and join us in the [ElevenLabs Discord](https://discord.gg/elevenlabs).
425-
426-
## License
427-
428-
This SDK is licensed under the MIT License. See [LICENSE](LICENSE) for details.
429-
430-
## Support
431-
432-
- 📚 [Documentation](https://elevenlabs.io/docs/conversational-ai/libraries/conversational-ai-sdk-swift)
433-
- 💬 [Discord Community](https://discord.gg/elevenlabs)
434-
- 🐛 [Issues](https://github.com/elevenlabs/ElevenLabsSwift/issues)
435-
- 📧 [Support Email](mailto:support@elevenlabs.io)

0 commit comments

Comments
 (0)