violet/README.md

44 lines
1.3 KiB
Markdown
Raw Normal View History

2022-12-26 14:12:49 +01:00
# ***V i o l e t G P T***
2022-12-25 17:39:58 +01:00
🤖 A next-generation chat bot based on OpenAI, which can access your files, open the webbrowser and more!
2022-12-26 14:12:49 +01:00
## Features
- Accurate mathematical calculations
- File system access
- Voice support (SpeechToText + TextToSpeech)
2022-12-26 17:12:48 +01:00
- Errors are explained
2022-12-26 14:12:49 +01:00
### Planned
- API access (save your API tokens for various services in a `.env` file, and the bot will be able to find out e.g. the weather.)
- Web UI planned (the sandbox has a way higher priority, though! No web UI is going to be worked on before there is no proper sandbox.)
## Warning
The sandbox is currently being developed, which means, in theory, the bot do anything.
Never, ever run the bot with administrator permissions. You should always make sure the sandbox can't delete any imporant files!
Additionally, never ever, give others access to the sandbox features! Malicious actors could use this as a remote code execution.
## Support
2022-12-26 17:12:48 +01:00
✅ Debian-Based GNU+Linux Distros (such as Mint 20.2)
2022-12-26 14:12:49 +01:00
✅ Windows 10 (and above)
2022-12-26 17:12:48 +01:00
✅ MacOS (probably - testers needed!)
## Troubleshooting
### `AttributeError: Could not find PyAudio; check installation`
```
pip install pipwin
pipwin install pyaudio
```
Debian-based GNU+Linux:
```
sudo apt-get install python3-pyaudio
```
## Example tasks
2022-12-27 15:26:22 +01:00
- What WiFi am I connected with (on Linux)?
- Tell me a short story!
2022-12-27 15:58:42 +01:00
- Translate "Hello there" into Spanish!