1
0
Fork 0
1Panel-Appstore/ollama/README_en.md

17 lines
744 B
Markdown

# Ollama
**Ollama** is an open-source large language model service that provides an API interface and chat interface similar to OpenAI. It allows seamless deployment of the latest GPT models and usage through APIs. It supports hot-loading model files, enabling model switching without restarting.
## Quick Start
> Access the `Containers` list, find the Ollama container, and open the terminal to chat with [DeepSeek R1](https://ollama.com/library/deepseek-r1):
```
ollama run deepseek-r1:1.5b
```
## Model Library
Ollama supports a variety of models available at [ollama.com/library](https://ollama.com/library).
> **Note**: You should have at least 8 GB of available RAM to run 7B models, 16 GB for 13B models, and 32 GB for 33B models.