lynxkite / lynxkite-lynxscribe /pyproject.toml
darabos's picture
Update the LynxScribe ops with OpenAI API change.
204116f
raw
history blame contribute delete
357 Bytes
[project]
name = "lynxkite-lynxscribe"
version = "0.1.0"
description = "LynxKite operations for LynxScribe chat applications"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"lynxkite-core",
"lynxscribe[openai] @ git+ssh://[email protected]/biggraph/lynxscribe@main",
]
[tool.uv.sources]
lynxkite-core = { path = "../lynxkite-core" }