Skip to content

Commit 96c4bab

Browse files
update readme and docs
1 parent 342a31d commit 96c4bab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Build your AI business in three lines of code!
1818
## Why?
1919
* Three lines of code setup
2020
* Fast Responses
21-
* Solana Integration
21+
* Solana Ecosystem Integration
2222
* Multi-Agent Swarm
2323
* Multi-Modal Streaming (Text & Audio)
2424
* Conversational Memory & History
@@ -36,7 +36,7 @@ Build your AI business in three lines of code!
3636

3737
* Easy three lines of code setup
3838
* Fast AI responses
39-
* Solana Integration via [AgentiPy](https://github.com/niceberginc/agentipy)
39+
* Solana Ecosystem Integration via [AgentiPy](https://github.com/niceberginc/agentipy)
4040
* Designed for a multi-agent swarm
4141
* Seamless text and audio streaming with real-time multi-modal processing
4242
* Configurable audio voice characteristics via prompting
@@ -483,7 +483,6 @@ solana_agent = SolanaAgent(config=config)
483483

484484
async for response in solana_agent.process("user123", "What is the latest news on Elon Musk?"):
485485
print(response, end="")
486-
487486
```
488487

489488
### Inline Tool Example

0 commit comments

Comments
 (0)