Poetry and LLM fixes (#1508)

This commit is contained in:
Dev Khant
2024-07-20 10:49:15 +05:30
committed by GitHub
parent 51fd7db205
commit 0c9c5fe9c2
9 changed files with 26 additions and 1556 deletions

View File

@@ -12,6 +12,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm
# Format code with ruff
format: