chore: support new models
This commit is contained in:
+4
-4
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user