Use Khoj terrarium fork instead of building from official Cohere repo

This commit is contained in:
sabaimran 2024-12-08 11:06:33 -08:00
parent a138845fea
commit 4c4b7120c6

View file

@ -81,7 +81,7 @@ jobs:
# upgrade pip
python -m ensurepip --upgrade && python -m pip install --upgrade pip
# install terrarium for code sandbox
git clone https://github.com/cohere-ai/cohere-terrarium.git && cd cohere-terrarium && npm install && mkdir pyodide_cache
git clone https://github.com/khoj-ai/terrarium.git && cd terrarium && npm install && mkdir pyodide_cache
- name: ⬇️ Install Application
run: |