You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
327 B

#!/bin/bash
# Install required dependencies for llm_client
pip install --upgrade pip
pip install git+https://github.com/lasseedfast/env_manager.git
pip install git+https://github.com/lasseedfast/colorprinter.git
# Optionally install other requirements
pip install requests tiktoken ollama
echo "All dependencies installed."