12 lines
239 B
TOML
12 lines
239 B
TOML
[project]
|
|
name = "red-teaming"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"chainlit>=2.5.5",
|
|
"langchain>=0.3.25",
|
|
"langchain-together>=0.3.0",
|
|
]
|