NineWoranop
NineWoranop
Nope. I don't have to a solution.
@inpink java code has SpringApplication class only. I just have pom.xml and application.properties. https://github.com/NineWoranop/ollama-example2
This is normal logs when it run under normal internet. 2024-09-30T06:06:28.404+07:00 INFO 1116 --- [ollama-example2] [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.11 with PID 1116 (/Users/tom/git/ollama-example2/target/classes started by...
This is the error when I turn off my wifi. 2024-09-30T06:31:17.533+07:00 INFO 1043 --- [ollama-example2] [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.11 with PID 1043 (/Users/tom/git/ollama-example2/target/classes started by...
@andy-nhi Thanks. I also failed to use v2.4.8 but I could use v2.4.6 without any issues.