Skip to content

HikaruEgashira/o1-extension

Repository files navigation

OpenAI API in VSCode Copilot Chat

  • @o1 ... model: o1 with reasoning_effort: "high"
  • @o1-mini ... model: o1-mini

screenshot

Development

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window
  • ターミナルで npm install を実行して依存関係をインストールします
  • デバッグビューで Run Extension ターゲットを実行します。これにより:
    • コードをコンパイルするためのタスク npm: watch が開始されます
    • 新しい VS Code ウィンドウで拡張機能が実行されます