Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiscellaneousStuff authored Apr 26, 2024
1 parent 870686d commit d0031ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ SWE_AGENT_TIMEOUT=25
SWE_AGENT_MODEL_NAME=gpt4
```

**NOTE:** If you want to use an `Ollama` model, change `SWE_AGENT_MODEL_NAME` to look like the following:
#### Ollama Support

If you want to use an `Ollama` model, change `SWE_AGENT_MODEL_NAME` to look like the following:

```bash
SWE_AGENT_MODEL_NAME=ollama:<OLLAMA_MODEL_GOES_HERE>
Expand Down

0 comments on commit d0031ac

Please sign in to comment.