https://github.com/koproductions-code/personal-assistant-server
https://github.com/koproductions-code/personal-assistant-server
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koproductions-code/personal-assistant-server
- Owner: koproductions-code
- Created: 2023-11-26T20:51:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T21:09:27.000Z (over 2 years ago)
- Last Synced: 2024-12-29T22:44:28.748Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Assistant Server
## Purpose
### The purpose of this repository is to act as a server for the [Personal-Assistant-Client]("https://github.com/koproductions-code/Personal-Assistant-Client") repository.
## Usage
### Starting Server
```bash
python3 server.py
```
## Models
**LLMs:**
- https://huggingface.co/glaiveai/glaive-function-calling-v2-small
- https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2