Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ She is yours. The code is open source. **This particular Lisa is sovereign.**

## Install

Requires Node ≥ 20 and an Anthropic API key.
Requires Node ≥ 20 and a key for **at least one LLM provider** — Anthropic is the default, but any of the 20+ alternatives listed below works just as well (`--model gpt-4o`, `--model deepseek-chat`, `LISA_BASE_URL=http://localhost:11434/v1` for Ollama, etc.).

```sh
git clone https://github.com/oratis/LISA.git
cd LISA
npm install
npm run build

# Configure your key
# Configure a key — Anthropic is the default model, swap for any provider below
mkdir -p ~/.lisa
echo 'ANTHROPIC_API_KEY=sk-ant-...' > ~/.lisa/config.env

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@

## 安装

要 Node ≥ 20 + Anthropic API key。
要 Node ≥ 20 + **任一 LLM provider 的 key** —— 默认走 Anthropic,但下面列的 20+ 个 provider 任何一个都行(`--model gpt-4o`、`--model deepseek-chat`、Ollama 走 `LISA_BASE_URL=http://localhost:11434/v1` 等)

```sh
git clone https://github.com/oratis/LISA.git
cd LISA
npm install
npm run build

# 配置 key
# 配置 key —— 默认模型走 Anthropic;想换 provider 看下面那张表
mkdir -p ~/.lisa
echo 'ANTHROPIC_API_KEY=sk-ant-...' > ~/.lisa/config.env

Expand Down