Skip to content

Aimitmk/test_study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

問診AI

streamlitによる直感的なUI作成

概要

主な機能

1. マルチLLMプロバイダー対応

  • vLLM(ローカルLLMサーバー - Qwen 2.5 72B)
  • OpenAI(GPT-4 Turbo)
  • Google Gemini(Gemini 2.0 Flash Lite)
  • Anthropic Claude(Claude 3 Opus)
  • Deepseek(Deepseek Chat)

2. Webインターフェース (app.py)

  • Streamlitベースの使いやすいUI

1. 必要なパッケージのインストール

pip install -r requirements.txt
pip install google-generativeai

使用方法

A. Webインターフェースでの実行(推奨)

  1. Streamlitアプリケーションを起動:
streamlit run app.py
  1. ブラウザで以下のURLにアクセス:
http://localhost:8501
  1. Webインターフェースの使用手順:

B. コマンドライン実行

データ形式

制限事項

Sponsors Sponsorship provided by the LLMATCH program of the Matsuo Laboratory LLM Community. https://linktr.ee/matsuolab_community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%