1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Тесты HTTP, переработка соединений компоненты MySQL

This commit is contained in:
Anton Titovets
2025-04-21 19:37:13 +03:00
parent a363d0b158
commit acab8c3adc
32 changed files with 7821 additions and 7558 deletions

View File

@@ -10,3 +10,17 @@ sidebar_class_name: Ollama
This section is dedicated to the library for working with Ollama API. On this page, all the steps necessary to start working are described
## Getting started
1. Download Ollama from [official website](https://ollama.com/) and run it on the target machine
![BF](../../static/img/Docs/Ollama/1.png)
2. `(optional)` To be able to send your models to the Ollama servers, you are also required to create an account and add a public key to the local solution by following the instructions in the [Ollama keys](https://ollama.com/settings/keys) section
![BF](../../static/img/Docs/Ollama/2.png)
3. `(optional)` To add authorization and the ability to handle requests from outside, you must configure proxying through a third-party web server
> By default, the Ollama server is only available on the local network at `localhost:11434`