Skip to content

Commit e9a6751

Browse files
committed
chore: update readme
1 parent f3fdfba commit e9a6751

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -116,28 +116,10 @@ Each agent has a unique voice personality using the [Web Speech API](https://dev
116116
agent.speak("Hello! I'm Clippy, your virtual assistant.", { tts: true });
117117
```
118118

119-
| Agent | Rate | Pitch | Personality |
120-
| ------ | ---- | ----- | ------------------------------------------ |
121-
| Clippy | 1.1 | 1.3 | Upbeat, slightly fast office assistant |
122-
| Bonzi | 0.9 | 0.6 | Deep, slow, mischievous gorilla |
123-
| F1 | 1.3 | 1.0 | Fast-talking robot |
124-
| Genie | 0.85 | 0.8 | Calm, deep-voiced magical genie |
125-
| Genius | 0.8 | 0.5 | Slow, deep, thoughtful Einstein-like voice |
126-
| Links | 1.0 | 1.5 | High-pitched, energetic cat |
127-
| Merlin | 0.8 | 0.7 | Slow, wise old wizard |
128-
| Peedy | 1.2 | 1.4 | Chirpy, fast-talking parrot |
129-
| Rocky | 0.9 | 0.5 | Deep, gruff, tough dog |
130-
| Rover | 1.25 | 1.4 | Excited, eager, playful dog |
131-
132-
> [!NOTE]
133-
> TTS availability and voice selection depends on the browser and operating system. The agent will attempt to match its preferred voice from the available system voices.
134-
135119
# License
136120

137121
[MIT](./LICENCE)
138122

139-
This project is a fresh rewrite of [Clippy.JS](http://smore.com/clippy-js).
123+
This project is a fresh rewrite of [Clippy.JS](https://github.com/clippyjs/clippy.js) using agent data extracted with [Double Agent](https://doubleagent.sourceforge.net/) by Cinnamon Software.
140124

141-
- [Clippy.JS](http://smore.com/clippy-js) by [Smore](http://smore.com)
142-
- [Cinnamon Software](http://www.cinnamonsoftware.com/) for developing [Double Agent](http://doubleagent.sourceforge.net/), the program used to unpack Clippy and his friends
143-
- Microsoft, for creating Clippy :)
125+
Clippy and friends are original creations of [Microsoft](https://microsoft.com) as part of Microsoft Office. All character assets remain property of Microsoft.

0 commit comments

Comments
 (0)