https://github.com/datashaman/sidekick
https://github.com/datashaman/sidekick
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datashaman/sidekick
- Owner: datashaman
- Created: 2024-03-29T07:53:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T13:40:49.000Z (about 2 years ago)
- Last Synced: 2025-08-24T12:45:13.775Z (10 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sidekick
Chat interface using gradio and marvin.
## installation
```
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
## configuration
```
cp .env.example .env
```
Edit the .env file to your taste. An OpenAI API key is required for the AI assistant to function.
## usage
```
source .venv/bin/activate
python -m sidekick
```
Open https://127.0.0.1:7860 in your browser.
## tools
The AI assistant has access to the following tools:
* images - image search using duckduckgo.com.
* news - news search using duckduckgo.com.
* search - internet search using duckduckgo.com.
* visit_url - fetch the content at a given URL.
* weather - weather search using duckduckgo.com.