mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
docs[minor]: Add chat model tabs to docs pages (#19589)
This commit is contained in:
@@ -4,9 +4,9 @@ yum -y update
|
||||
yum install gcc bzip2-devel libffi-devel zlib-devel wget tar gzip -y
|
||||
|
||||
# install quarto
|
||||
wget -q https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-linux-amd64.tar.gz
|
||||
tar -xzf quarto-1.3.450-linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
wget -q https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.552/quarto-1.4.552-linux-amd64.tar.gz
|
||||
tar -xzf quarto-1.4.552-linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/quarto-1.4.552/bin/
|
||||
|
||||
|
||||
# setup python env
|
||||
|
Reference in New Issue
Block a user