0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LibreChatでAzureのDeepSeek R1を使う

Posted at

はじめに

注意事項

  • 本記事は2025年2月24日現在の情報で記載しています
  • 閲覧時期によっては変更となっていることがありますので、ご注意ください

前提

LibreChatは上記記事ではv0.7.5ですが、本記事ではv0.7.7-rc1を利用していますので、ご注意ください。

手順

DeepSeek R1の設定取得

  • Azure AI Foundryにアクセスし、DeepSeek-R1をデプロイしているプロジェクトを開きます
  • 下記設定値を控えます
    Azure_AI_Project.png

LibreChatの設定変更

  • librechat.yamlに下記設定を追加し、LibreChatを起動します
librechat.yaml
endpoints:
  azureOpenAI:
    groups:
    - group: "Azure DeepSeek"
      name: "DeepSeek R1"
      apiKey: "(1)"
      baseURL: "(2)"
      serverless: true
      models:
        DeepSeek-R1: true

LibreChatの動作確認

  • LibreChatにアクセスし、DeepSeek-R1を選択し動作するか確認します
    LibreChat_DeepSeek.png

以上です。おつかれさまでした。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?