Tags: kubernetes, Ubuntu Server, containerd, Calico, virtualization Date: September 12, 2023
Minimum requirements for practice.
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "ollama-remoto": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Ollama Remoto", | |
| "options": { | |
| "baseURL": "http://192.168.2.100:11434/v1" | |
| }, | |
| "models": { |
| -- AstroUI provides the basis for configuring the AstroNvim User Interface | |
| -- Configuration documentation can be found with `:h astroui` | |
| -- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) | |
| -- as this provides autocomplete and documentation while editing | |
| ---@type LazySpec | |
| return { | |
| "AstroNvim/astroui", | |
| ---@type AstroUIOpts | |
| opts = { |