refactor: move backend
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "hack-llm-mini-quest"
|
||||
version = "0.1.0"
|
||||
description = "Mini quest for testing prompt injection resilience."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.0",
|
||||
"httpx>=0.28.0",
|
||||
"langchain-core>=0.3.0",
|
||||
"langchain-openai>=0.2.0",
|
||||
"pydantic-settings>=2.6.0",
|
||||
"structlog>=24.4.0",
|
||||
"uvicorn>=0.32.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Reference in New Issue
Block a user