完成和大模型的通信

This commit is contained in:
wandering
2026-06-04 09:58:45 +08:00
parent 37199970c9
commit 580fe4ad6e
13 changed files with 2117 additions and 1820 deletions

View File

@@ -5,10 +5,11 @@ description = "本项目用于构建 LLM wiki 知识库"
requires-python = ">=3.12"
dependencies = [
"llama-index>=0.12.0",
"llama-index-llms-openai-like==0.7.2",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
index-url = "https://mirrors.aliyun.com/pypi/simple"
link-mode = "copy"
[dependency-groups]