<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LLM on 自動化無しに生活無し</title>
    <link>https://noauto-nolife.com/tags/llm/</link>
    <description>Recent content in LLM on 自動化無しに生活無し</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja</language>
    <lastBuildDate>Sun, 24 May 2026 14:44:41 +0900</lastBuildDate><atom:link href="https://noauto-nolife.com/tags/llm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>UbuntuにローカルLLMをインストールし、Python上で動作させる(Ollama)</title>
      <link>https://noauto-nolife.com/post/local-llm-install/</link>
      <pubDate>Sun, 24 May 2026 14:44:41 +0900</pubDate>
      
      <guid>https://noauto-nolife.com/post/local-llm-install/</guid>
      <description>Ollama Ollama はGoogle DeepMind によって開発されたローカルで利用できるLLM。 入力した情報を外部に公開したり curl -fsSL https://ollama.com/install.sh | sh 仮想環境下で以下を実行する。 pip install ollama 以下コードを実行する。 import ollama # 1. システムプロンプト（末尾のカンマを削除し、内容を強化） system_prompt = { &#39;role&#39;: &#39;system&#39;, &#39;content&#39;: ( &amp;quot;【絶対ルール】必ず日本語だけで回答してください。英語は一切使用禁止です。&amp;quot; ) } # 2. 会話の履歴を管理するリスト（最初にシステムプロンプトを入れ</description>
    </item>
    
  </channel>
</rss>
