You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use Ollama, you can use the following settings to start the server:
78
+
<!--If you use Ollama, you can use the following settings to start the server:
81
79
82
80
```yaml
83
81
VLM Provider: ollama
84
82
VLM Base Url: http://localhost:11434/v1
85
83
VLM API Key: api_key
86
84
VLM Model Name: ui-tars
87
-
```
85
+
```-->
88
86
89
87
> **Note**: VLM Base Url is OpenAI compatible API endpoints (see [OpenAI API protocol document](https://platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images) for more details).
0 commit comments