{"id":224,"date":"2026-02-22T10:42:30","date_gmt":"2026-02-22T15:42:30","guid":{"rendered":"https:\/\/webestech.com\/farthinkai\/?p=224"},"modified":"2026-02-26T13:34:21","modified_gmt":"2026-02-26T18:34:21","slug":"nanobot-setup-on-oracle-cloud-with-ollama","status":"publish","type":"post","link":"https:\/\/webestech.com\/farthinkai\/nanobot-setup-on-oracle-cloud-with-ollama\/","title":{"rendered":"Nanobot setup on Oracle Cloud (with Ollama)"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Nanobot: The 99% Smaller OpenClaw Killer? (Full Setup Guide)\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/-1EpmVmWTSg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Download Telegram App on phone and register<\/strong><\/li>\n\n\n\n<li><strong>Download Telegram Desktop App on computer and login<\/strong><\/li>\n\n\n\n<li><strong>Open a terminal<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># install Ollama\ncurl -fsSL https:\/\/ollama.com\/install.sh | sh # for  Linux\n\nYou will see this:\n\"Created symlink \/etc\/systemd\/system\/default.target.wants\/ollama.service \u2192 \/etc\/systemd\/system\/ollama.service.\n&gt;&gt;&gt; The Ollama API is now available at 127.0.0.1:11434.\"\nYou can copy the address and open it on your browser to check Ollama running status.\n\n# Pull the desired model\nOllama pull qwen3-vl:8b # replace with your model\n\n# Check the model list\nOllama ls\n\n# install Nanobot (stable version)\npip install nanobot-ai\n\n# Initialize\nnanobot onboard\n\n# configuration file\nsudo nano ~\/.nanobot\/config.json\n\n# Paste the following content in the config.json file:\n{\n  \"providers\": {\n    \"openai\": {\n      \"apiKey\": \"dummy\",\n      \"apiBase\": \"http:\/\/localhost:11434\/v1\"\n    }\n  },\n  \"agents\": {\n    \"defaults\": {\n      \"model\": \"qwen3-vl:8b\" # your model here\n    }\n  },\n  \"channels\": {\n    \"telegram\": {\n      \"enabled\": true,\n      \"token\": \"YOUR_BOT_TOKEN_HERE\",\n      \"allowFrom\": &#91;\"YOUR_NUMERIC_USER_ID_HERE\"]\n    }\n  },\n  \"tools\": {\n    \"web\": {\n      \"search\": {\n        \"apiKey\": \"your-brave-search-api-key\",\n        \"maxResults\": 5\n      }\n    },\n    \"exec\": {\n      \"timeout\": 60\n    },\n    \"restrictToWorkspace\": false,\n    \"mcpServers\": {}\n  }\n}\n\n\n# Test agent\nnanobot agent -m \"Hi\"\n\n# Start gateway\nnanobot gateway<\/code><\/pre>\n\n\n\n<p>4. Test it on telegram and enjoy using your Nanobot assistant<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>4. Test it on telegram and enjoy using your Nanobot assistant<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[56],"tags":[],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-ai-assistant"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":3,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":236,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/posts\/224\/revisions\/236"}],"wp:attachment":[{"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webestech.com\/farthinkai\/wp-json\/wp\/v2\/tags?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}