Skip to content

Commit

Permalink
Update core athena version in text and modeling llm
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Sep 28, 2024
1 parent 5c2eae4 commit 2d12f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/modeling/module_modeling_llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "3.11.*"
athena = { git = "https://github.com/ls1intum/Athena.git", rev = "7678f60343caf2489116c331cbe5ac253d1a4d07", subdirectory = "athena"}
athena = { git = "https://github.com/ls1intum/Athena.git", rev = "2da2d33", subdirectory = "athena"}
openai = "1.42.0"
langchain = "0.2.15"
python-dotenv = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/text/module_text_llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "3.11.*"
athena = {path = "../../../athena", develop = true}
athena = { git = "https://github.com/ls1intum/Athena.git", rev = "2da2d33", subdirectory = "athena"}
replicate = "^0.11.0"
langsmith = ">=0.1.0,<0.2.0"
gitpython = "3.1.41"
Expand Down

0 comments on commit 2d12f56

Please sign in to comment.