Skip to content

Commit af94fa3

Browse files
authored
typo fix
1 parent 6e56102 commit af94fa3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ graph_config = {
5353
"model": "ollama/mistral",
5454
"temperature": 0,
5555
"format": "json", # Ollama needs the format to be specified explicitly
56-
"base_url": "http://localhost:11434", # set Ollama URL arbitrarily
56+
"base_url": "http://localhost:11434", # set Ollama URL
5757
},
5858
"embeddings": {
5959
"model": "ollama/nomic-embed-text",
60-
"temperature": 0,
61-
"base_url": "http://localhost:11434", # set Ollama URL arbitrarily
60+
"base_url": "http://localhost:11434", # set Ollama URL
6261
}
6362
}
6463

@@ -79,7 +78,7 @@ print(result)
7978
Note: before using the local model remember to create the docker container!
8079
```text
8180
docker-compose up -d
82-
docker exec -it ollama ollama run stablelm-zephyr
81+
docker exec -it ollama ollama pull stablelm-zephyr
8382
```
8483
You can use which models avaiable on Ollama or your own model instead of stablelm-zephyr
8584
```python

0 commit comments

Comments
 (0)