This commit is contained in:
Jeffry Samuel 2024-06-07 19:17:39 -06:00 committed by GitHub
parent ccb19516bb
commit 37702a2527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,9 +43,6 @@ Code highlighting | Chatting with models | Managing models
## Ollama session tips
### Migrate Ollama session to Alpaca's integrated session
For now Alpaca doesn't offer a way to do this from the GUI but it's really simple, when you are using Ollama it creates a folder in the home directory called `.ollama`, you just need to move that folder to `~/.var/app/com.jeffser.Alpaca/data/`
### Change the port of the integrated Ollama instance
Go to `~/.var/app/com.jeffser.Alpaca/config/server.json` and change the `"local_port"` value, by default it is `11435`.