Skip to content

Commit aa61401

Browse files
Merge pull request #14 from miku/main
docs 15/02: fix typo
2 parents 785ccb7 + 5fcf0ba commit aa61401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/15_endpoint_apis/02_ollama_endpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"[Ollama](https://ollama.com/download) is a tool that downloads models to our computer and allows us to run them locally. Before executing the following code, you need to run `ollama run llama3:8b` once, if you didn't do this during setup. Also, depending on how you installed ollama, you may have to execute it in a terminal window using this command, before executing this notebook:\n",
1010
"\n",
1111
"```\n",
12-
"ollam serve\n",
12+
"ollama serve\n",
1313
"```\n",
1414
"\n",
1515
"As you will see, we access the local models offered via ollama using the OpenAI API as shown before. We just exchange the `base_url` and we do not need to provide an API-Key."

0 commit comments

Comments
 (0)