diff --git a/content/howto/2024/programming_with_ollama/index.org b/content/howto/2024/programming_with_ollama/index.org index 71c9d54b..6f2214ae 100644 --- a/content/howto/2024/programming_with_ollama/index.org +++ b/content/howto/2024/programming_with_ollama/index.org @@ -102,6 +102,7 @@ understanding of why the sky appears blue. * Chat test +=chat.rb=: #+begin_src ruby :tangle chat.rb :results output require 'ollama-ai' @@ -138,6 +139,9 @@ understanding of why the sky appears blue. * Describe an image +{{< img img="newspapers.jpg" fit="500x500 smart">}} + +=image.rb=: #+begin_src ruby :tangle image.rb :results output require 'ollama-ai' require 'base64'