Skip to content

Commit

Permalink
Specify the renaming of sample.config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeedvh authored Mar 29, 2024
1 parent e6278a3 commit 2aaac6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The easiest way to run the project locally:
2. Install `bun` - JavaScript runtime (https://bun.sh/)
3. Install and setup `Ollama` (https://ollama.com/)

Set the API Keys in the `config.toml` file. (This will soon be moving to the UI where you can set these keys from the UI itself without touching the command-line, want to implement it? See this issue: https://github.com/stitionai/devika/issues/3)
Set the API Keys in the `config.toml` file (Rename `sample.config.toml` to `config.toml`). (This will soon be moving to the UI where you can set these keys from the UI itself without touching the command-line, want to implement it? See this issue: https://github.com/stitionai/devika/issues/3)

Then execute the following set of command:

Expand All @@ -85,6 +85,7 @@ ollama serve
git clone https://github.com/stitionai/devika.git
cd devika/
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
cd ui/
bun install
Expand Down

0 comments on commit 2aaac6a

Please sign in to comment.