redvault-ai/README.md

16 lines
609 B
Markdown
Raw Normal View History

2024-07-21 02:42:48 +02:00
# Redvau.lt AI Monorepo
2024-10-08 17:33:43 +02:00
## Current Repos
2024-07-21 02:42:48 +02:00
2024-10-08 17:33:43 +02:00
- llama-forge-rs
old alpha-state webview based GUI app for chatting with ai, manages a llama-server in the background
- llama-proxy-man
proxy which auto starts/stops llama.cpp instances, while retring requests and keeping the connection open so you can run more models than your VRAM can fit, with all api requests working (they'll just be slow if you have to start instances to make them happen)
2024-07-21 02:42:48 +02:00
2024-10-08 17:33:43 +02:00
## Ideas
2024-07-21 02:42:48 +02:00
2024-10-08 17:33:43 +02:00
- emacs-qwen-plugin
- use emacs-module-rs + llama.cpp/proxy to get awesome qwen integration into emacs
- agent
- add experimental rag+agent framework