Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuan3w/llama-raycast
Chat with LLaMa in Raycast
https://github.com/tuan3w/llama-raycast
chatbot chatgpt language-model llama llamacpp macos raycast
Last synced: about 15 hours ago
JSON representation
Chat with LLaMa in Raycast
- Host: GitHub
- URL: https://github.com/tuan3w/llama-raycast
- Owner: tuan3w
- License: mit
- Created: 2023-05-12T08:27:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-12T08:58:50.000Z (over 1 year ago)
- Last Synced: 2024-10-18T23:15:44.998Z (24 days ago)
- Topics: chatbot, chatgpt, language-model, llama, llamacpp, macos, raycast
- Language: TypeScript
- Homepage:
- Size: 28.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLaMa extension for Raycast
A simple extension for Raycast that allows you to interact with [llama.cpp](https://github.com/ggerganov/llama.cpp).
**NOTE**: This is for experimentation purpose only. If you want to work on something similar, please fork this repo.
## Screencast
https://github.com/tuan3w/llama-raycast/assets/2762678/d284549e-2ceb-469d-81b3-71fbe67bf35b
## Start LlaMa server
```bash
cd server
yarn install
yarn server
# i.e: yarn server ggml-vic7b-q4_1.bin
```## Install dependencies & Import extension
Open Raycast launcher and import the extension
![import-extension](assets/import-extension.png)
## License
[MIT](LICENSE)