Skip to content

Commit

Permalink
change default model
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Jan 2, 2024
1 parent 3e6efd9 commit 26a5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

1. Install Ollama from [here](https://ollama.ai/download) (or use [ollama's docker image](https://hub.docker.com/r/ollama/ollama)).
2. Download models using `ollama pull <model-name>`.
- **IMPORTANT**: You must pull the default model: `ollama pull codellama:7b-instruct`
- **Note**: If you haven't changed it, you will need to pull the default model: `ollama pull dolphin-mistral:latest`
3. Start the Ollama server with `ollama serve`.
4. Configure Maestro to use Ollama with `./maestro -set-ollama-url <ollama-url>`, for example, `./maestro -set-ollama-url http://localhost:8080`.

Expand Down

0 comments on commit 26a5c6f

Please sign in to comment.