aibo: AI partner
Project description
aibo-server
is the backing Python server for the aibo.el
Emacs package that leverages OpenAI's chat API to bring ChatGPT into Emacs
Installation
This package requires Python 3.11 or greater
pip install aibo-server
Start server
Normally the server will be run using the aibo.cli.start
command in emacs
python -m aibo.cli.start
but it's also possible to run it using uvicorn
uvicorn aibo.server.main:app --port 5000
Database
The server uses a simple sqlite database, by default stored in ~/.aibo/database.db
Customization
For Python environment customizations, refer to constants.py.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aibo_server-0.1.7.tar.gz
(52.3 kB
view details)
Built Distribution
File details
Details for the file aibo_server-0.1.7.tar.gz
.
File metadata
- Download URL: aibo_server-0.1.7.tar.gz
- Upload date:
- Size: 52.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd6a567d8263d9c67b8fe7b945498d5138abf0defc111e1239a9a3b42787450 |
|
MD5 | 1830a2284ec7e1285a1bbd2afc3113c4 |
|
BLAKE2b-256 | 4f6fd3407e9e9388a564e5bffc187e22b9c18216ce6dea8ea537e0f08a492c43 |
File details
Details for the file aibo_server-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: aibo_server-0.1.7-py3-none-any.whl
- Upload date:
- Size: 71.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dd105d194dad6825433ab6eff813960168cef59f32a7212f65c962f82db4571 |
|
MD5 | bf9bd285aa1ecd9c62a89f6d84afee72 |
|
BLAKE2b-256 | 530213a02a301b053c1776b9800c7e785f2d12ece9a21a885166114c4755c390 |