mirror of
https://github.com/simonw/llm-claude-3.git
synced 2025-01-23 19:28:29 +03:00
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "llm-claude-3"
|
||||
version = "0.6a0"
|
||||
version = "0.6"
|
||||
description = "LLM access to Claude 3 by Anthropic"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Simon Willison"}]
|
||||
@@ -9,7 +9,7 @@ classifiers = [
|
||||
"License :: OSI Approved :: Apache Software License"
|
||||
]
|
||||
dependencies = [
|
||||
"llm>=0.17a0",
|
||||
"llm>=0.17",
|
||||
"anthropic>=0.37.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user