diff --git a/.github/github-mark-white.png b/.github/github-mark-white.png
index 50b8175..9eb409c 100644
Binary files a/.github/github-mark-white.png and b/.github/github-mark-white.png differ
diff --git a/.github/logo-black.png b/.github/logo-black.png
index f5cef68..e6e1558 100644
Binary files a/.github/logo-black.png and b/.github/logo-black.png differ
diff --git a/.github/logo-grad.svg b/.github/logo-grad.svg
index 734e574..b4c9615 100644
--- a/.github/logo-grad.svg
+++ b/.github/logo-grad.svg
@@ -1,13 +1 @@
-
+
\ No newline at end of file
diff --git a/.github/logo.svg b/.github/logo.svg
index d60fb93..a358fc2 100644
--- a/.github/logo.svg
+++ b/.github/logo.svg
@@ -1,4 +1 @@
-
+
\ No newline at end of file
diff --git a/.github/opencommit-example.png b/.github/opencommit-example.png
index 9677b01..6ab9058 100644
Binary files a/.github/opencommit-example.png and b/.github/opencommit-example.png differ
diff --git a/README.md b/README.md
index 1b27b53..d22740a 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,22 @@ oco config set OCO_API_URL='http://192.168.1.10:11434/api/chat'
where 192.168.1.10 is example of endpoint URL, where you have ollama set up.
+#### Troubleshooting Ollama IPv6/IPv4 Connection Fix
+
+If you encounter issues with Ollama, such as the error
+
+```sh
+✖ local model issues. details: connect ECONNREFUSED ::1:11434
+```
+
+It's likely because Ollama is not listening on IPv6 by default. To fix this, you can set the OLLAMA_HOST environment variable to 0.0.0.0 before starting Ollama:
+
+```bash
+export OLLAMA_HOST=0.0.0.0
+```
+
+This will make Ollama listen on all interfaces, including IPv6 and IPv4, resolving the connection issue. You can add this line to your shell configuration file (like `.bashrc` or `.zshrc`) to make it persistent across sessions.
+
### Flags
There are multiple optional flags that can be used with the `oco` command: