Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eryk-mazus/xoxo
a tiny, exploitable chatbot that can use tools
https://github.com/eryk-mazus/xoxo
chatbot chatgpt gpt toolformer
Last synced: about 2 months ago
JSON representation
a tiny, exploitable chatbot that can use tools
- Host: GitHub
- URL: https://github.com/eryk-mazus/xoxo
- Owner: eryk-mazus
- License: mit
- Created: 2023-03-14T17:46:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T13:07:39.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:33:13.186Z (5 months ago)
- Topics: chatbot, chatgpt, gpt, toolformer
- Language: Python
- Homepage:
- Size: 421 KB
- Stars: 30
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xoxo
tiny, exploitable chatbot that can use tools
something between chatgpt and perplexity.ai with a toolformer flavour, but in your terminal
demo:
https://user-images.githubusercontent.com/21311210/228931234-1a2abb4d-53a1-414b-8455-13152261dc6e.mp4
## Setup
1. Add OpenAI API key to the environment variables:
```
set OPENAI_API_KEY=XXX
```2. Install and Run
```
poetry install
poetry run python ./xoxo/main.py --user_name YOUR_NAME
```## Ideas for near-term development:
- docker
- support llama/alpaca.cpp
- add yaml with config
- publish to pypiContributions welcome !