Files
AI_NovelGenerator/requirements.txt
T
2025-03-19 13:02:51 +08:00

36 lines
816 B
Plaintext

# 基础依赖
pip
setuptools
wheel
# 核心依赖
requests
typing-extensions
# NLP相关
nltk
sentence-transformers
keybert
# UI
customtkinter
# 向量存储
chromadb
# LangChain相关
langchain
langchain-core
langchain-openai
langchain-community
langchain_chroma
# AI接口
openai
google-generativeai
google-ai-generativelanguage
azure-ai-inference
# 可选依赖(按需安装)
# google-cloud-aiplatform
# anthropic