Skip to content

Commit

Permalink
docs: fix default port in docs (thanks ManniX)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jun 2, 2024
1 parent 63b9ab6 commit 275d0a2
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 @@ -111,7 +111,7 @@ Example configuration:
"ID"
],
"ollama_api_key": "",
"ollama_api_url": "http://localhost:14434",
"ollama_api_url": "http://localhost:11434",
"lm_studio_file_paths": "",
"log_level": "info",
"log_file_path": "gollama.log",
Expand Down

0 comments on commit 275d0a2

Please sign in to comment.