Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 217 Bytes

step-by-step.md

File metadata and controls

12 lines (10 loc) · 217 Bytes
# install  
pip install -r requirements.txt

# set env value
export OPENAI_BASE_URL="http://localhost:8080/v1"
export OPENAI_MODEL_NAME="llama-3-8b" 
export OPENAI_API_KEY="NA"

# run
streamlit run main.py