Better README !!!
This commit is contained in:
parent
5f6642fa63
commit
7ab0448cd3
51
README.md
51
README.md
@ -12,6 +12,7 @@ Alpaca is an [Ollama](https://github.com/ollama/ollama) client where you can man
|
|||||||
> This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any AI models.
|
> This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any AI models.
|
||||||
|
|
||||||
## Features!
|
## Features!
|
||||||
|
|
||||||
- Talk to multiple models in the same conversation
|
- Talk to multiple models in the same conversation
|
||||||
- Pull and delete models from the app
|
- Pull and delete models from the app
|
||||||
- Image recognition
|
- Image recognition
|
||||||
@ -21,49 +22,37 @@ Alpaca is an [Ollama](https://github.com/ollama/ollama) client where you can man
|
|||||||
- Notifications
|
- Notifications
|
||||||
- Import / Export chats
|
- Import / Export chats
|
||||||
- Delete / Edit messages
|
- Delete / Edit messages
|
||||||
|
- Regenerate messages
|
||||||
- YouTube recognition (Ask questions about a YouTube video using the transcript)
|
- YouTube recognition (Ask questions about a YouTube video using the transcript)
|
||||||
- Website recognition (Ask questions about a certain website by parsing the url)
|
- Website recognition (Ask questions about a certain website by parsing the url)
|
||||||
|
|
||||||
## Screenies
|
## Screenies
|
||||||
Chatting with a model | Image recognition | Code highlighting
|
|
||||||
:--------------------:|:-----------------:|:----------------------:
|
|
||||||
 |  | 
|
|
||||||
|
|
||||||
## Preview
|
Normal conversation | Image recognition | Code highlighting | YouTube transcription | Model management
|
||||||
1. Clone repo using Gnome Builder
|
:------------------:|:-----------------:|:-----------------:|:---------------------:|:----------------:
|
||||||
2. Press the `run` button
|
 |  |  |  | 
|
||||||
|
|
||||||
## Instalation
|
## Translators
|
||||||
1. Go to the `releases` page
|
|
||||||
2. Download the latest flatpak package
|
|
||||||
3. Open it
|
|
||||||
|
|
||||||
## Ollama session tips
|
Language | Contributors
|
||||||
|
:----------------------|:-----------
|
||||||
### Change the port of the integrated Ollama instance
|
🇷🇺 Russian | [Alex K](https://github.com/alexkdeveloper)
|
||||||
Go to `~/.var/app/com.jeffser.Alpaca/config/server.json` and change the `"local_port"` value, by default it is `11435`.
|
🇪🇸 Spanish | [Jeffry Samuel](https://github.com/jeffser)
|
||||||
|
🇫🇷 French | [Louis Chauvet-Villaret](https://github.com/loulou64490) , [Théo FORTIN](https://github.com/topiga)
|
||||||
### Backup all the chats
|
🇧🇷 Brazilian Portuguese | [Daimar Stein](https://github.com/not-a-dev-stein)
|
||||||
The chat data is located in `~/.var/app/com.jeffser.Alpaca/data/chats` you can copy that directory wherever you want to.
|
🇳🇴 Norwegian | [CounterFlow64](https://github.com/CounterFlow64)
|
||||||
|
🇮🇳 Bengali | [Aritra Saha](https://github.com/olumolu)
|
||||||
### Force showing the welcome dialog
|
🇨🇳 Simplified Chinese | [Yuehao Sui](https://github.com/8ar10der) , [Aleksana](https://github.com/Aleksanaa)
|
||||||
To do that you just need to delete the file `~/.var/app/com.jeffser.Alpaca/config/server.json`, this won't affect your saved chats or models.
|
|
||||||
|
|
||||||
### Add/Change environment variables for Ollama
|
|
||||||
You can change anything except `$HOME` and `$OLLAMA_HOST`, to do this go to `~/.var/app/com.jeffser.Alpaca/config/server.json` and change `ollama_overrides` accordingly, some overrides are available to change on the GUI.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
- [not-a-dev-stein](https://github.com/not-a-dev-stein) for their help with requesting a new icon, bug reports and the translation to Brazilian Portuguese
|
|
||||||
|
- [not-a-dev-stein](https://github.com/not-a-dev-stein) for their help with requesting a new icon and bug reports
|
||||||
- [TylerLaBree](https://github.com/TylerLaBree) for their requests and ideas
|
- [TylerLaBree](https://github.com/TylerLaBree) for their requests and ideas
|
||||||
- [Alexkdeveloper](https://github.com/alexkdeveloper) for their help translating the app to Russian
|
|
||||||
- [Imbev](https://github.com/imbev) for their reports and suggestions
|
- [Imbev](https://github.com/imbev) for their reports and suggestions
|
||||||
- [Nokse](https://github.com/Nokse22) for their contributions to the UI and table rendering
|
- [Nokse](https://github.com/Nokse22) for their contributions to the UI and table rendering
|
||||||
- [Louis Chauvet-Villaret](https://github.com/loulou64490) for their suggestions and help translating the app to French
|
- [Louis Chauvet-Villaret](https://github.com/loulou64490) for their suggestions
|
||||||
- [CounterFlow64](https://github.com/CounterFlow64) for their help translating the app to Norwegian
|
|
||||||
- [Yuehao Sui](https://github.com/8ar10der) for their help translating the app to Simplified Chinese
|
|
||||||
- [Aleksana](https://github.com/Aleksanaa) for her help with better handling of directories
|
- [Aleksana](https://github.com/Aleksanaa) for her help with better handling of directories
|
||||||
|
- Sponsors for giving me enough money to be able to take a ride to my campus every time I need to <3
|
||||||
## About forks
|
- Everyone that has shared kind words of encouragement!
|
||||||
If you want to fork this... I mean, I think it would be better if you start from scratch, my code isn't well documented at all, but if you really want to, please give me some credit, that's all I ask for... And maybe a donation (joke)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user