以下の内容はhttps://touch-sp.hatenablog.com/entry/2026/01/10/230811より取得しました。


Continue CLI と Ollama を使ってローカル環境で Vibe Coding

Continueの設定

config.yaml

C:\Users\<user name>\.continue\config.yaml

name: My Local Config
version: 0.0.1
schema: v1
models:
  - name: gpt-oss
    provider: ollama
    model: gpt-oss:latest
    apiBase: http://localhost:11434
    roles:
      - chat
      - edit
      - apply
    capabilities:
      - tool_use

Embedding Modelも追加した方がいいかもしれません。

なくても動きます。

models:
  - name: nomic-embed-text
    provider: ollama
    model: nomic-embed-text
    apiBase: http://localhost:11434
    roles: 
      - embed




以上の内容はhttps://touch-sp.hatenablog.com/entry/2026/01/10/230811より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14