Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hukasx0/ai-companion-py
Python bindings for ai-companion (only backend, without WebUI)
https://github.com/hukasx0/ai-companion-py
chatbot library llama llm python
Last synced: 4 months ago
JSON representation
Python bindings for ai-companion (only backend, without WebUI)
- Host: GitHub
- URL: https://github.com/hukasx0/ai-companion-py
- Owner: Hukasx0
- License: apache-2.0
- Archived: true
- Created: 2023-08-27T17:37:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T15:07:55.000Z (about 1 year ago)
- Last Synced: 2024-09-29T22:04:03.061Z (4 months ago)
- Topics: chatbot, library, llama, llm, python
- Language: Rust
- Homepage:
- Size: 237 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python bindings for ai-companion (only backend, without WebUI)
It is not recommended to use it in your serious projects - I recommend using [ai-companion](https://github.com/Hukasx0/ai-companion) or something else[![PyPI version](https://badge.fury.io/py/ai-companion-py.svg)](https://badge.fury.io/py/ai-companion-py)
An example of using the library on [Google Colab](https://github.com/Hukasx0/ai-companion-py/tree/main/colab/ai_companion_colab.ipynb)
An example of using the library in [Python3](https://github.com/Hukasx0/ai-companion-py/tree/main/python3/)