Description
Add the official Ollama logo SVG to crates/aionui-assets/assets/logos/ai-cloud/ollama.svg.
This logo is needed for the Ollama Cloud provider preset added in the AionUi desktop client (branch feat/ollama-cloud-provider).
File to add
Path: crates/aionui-assets/assets/logos/ai-cloud/ollama.svg
The SVG content is the official Ollama logo from https://github.com/ollama/ollama/blob/main/docs/ollama-logo.svg (MIT licensed).
<svg width="17" height="25" viewBox="0 0 17 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.40517 0.102088..." fill="black"/>
</svg>
(Full SVG content attached — see the file in the AionUi repo at resources/ai-cloud/ollama.svg)
Context
- AionUi branch:
feat/ollama-cloud-provider
- Provider entry uses
buildLogoAssetUrl('ai-cloud/ollama.svg') which resolves to /api/assets/logos/ai-cloud/ollama.svg
- Without this file, the Ollama Cloud provider shows without a logo in the model settings UI
Description
Add the official Ollama logo SVG to
crates/aionui-assets/assets/logos/ai-cloud/ollama.svg.This logo is needed for the Ollama Cloud provider preset added in the AionUi desktop client (branch
feat/ollama-cloud-provider).File to add
Path:
crates/aionui-assets/assets/logos/ai-cloud/ollama.svgThe SVG content is the official Ollama logo from https://github.com/ollama/ollama/blob/main/docs/ollama-logo.svg (MIT licensed).
(Full SVG content attached — see the file in the AionUi repo at
resources/ai-cloud/ollama.svg)Context
feat/ollama-cloud-providerbuildLogoAssetUrl('ai-cloud/ollama.svg')which resolves to/api/assets/logos/ai-cloud/ollama.svg