chore: support new models

This commit is contained in:
Summer Shen
2026-03-31 15:18:30 +08:00
parent 9578366e36
commit 21d764c685
7 changed files with 134 additions and 12 deletions
+4 -4
View File
@@ -3,14 +3,14 @@ name = "llama-agent-skills"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Summer Shen", email = "3244742300@qq.com" }
]
authors = []
requires-python = ">=3.11"
dependencies = [
"llama-index-core>=0.12.0",
"llama-index-llms-openai>=0.3.0",
"llama-index-llms-openai>=0.7.5",
"python-frontmatter>=1.1.0",
"python-dotenv>=1.0.0",
"llama-index-llms-openai-like>=0.7.1",
]
[project.scripts]