Skip to content

harry36-student/Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LM Studio ChatGPT WebApp

如何使用

  1. 開啟 LM Studio,載入模型並啟用 API Server(OpenAI API 格式,預設 port 是 1234)。
  2. 安裝 Python 套件:
    pip install fastapi uvicorn requests
  3. 執行後端:
    uvicorn main:app --reload --port 8000
  4. 用瀏覽器開啟 index.html 開始聊天!
  5. 為此課程期末專案 : https://github.com/yu3249/Introducing-Generative-AI-for-Humanities-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published