mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-10 05:20:43 +01:00
Compare commits
3 Commits
1.1.4
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ec12fdaf6 | ||
|
|
9dc65c6ae2 | ||
|
|
0132a903ba |
21
README.md
21
README.md
@@ -356,6 +356,27 @@ project.
|
||||
</a>
|
||||
</p>
|
||||
|
||||
#### Articles & Mentions
|
||||
|
||||
Ollama4j has been featured in a number of articles and community posts—huge thanks to everyone who helps spread the word!
|
||||
|
||||
<p align="center">
|
||||
<a href="https://youtu.be/XvmGqpzepDM?t=966" target="_blank">
|
||||
<img src="https://img.youtube.com/vi/XvmGqpzepDM/0.jpg" alt="JNation Talk: Presented by Lutske de Leeuw"/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
- **Running LLM locally using Java** — [Article by Stephan Janssen (LinkedIn)](https://www.linkedin.com/pulse/running-llm-locally-using-java-stephan-janssen-g4mue)
|
||||
- **Java library announcement** — [Post by Markus Klenke (LinkedIn)](https://www.linkedin.com/posts/markus-klenke-61041086_github-amithkoujalgiollama4j-java-library-activity-7166431630939639808-JyEH)
|
||||
- **Tame Your Llama: Run AI in Java**
|
||||
- 🎤 [JNation Talk: Presented by Lutske de Leeuw](https://youtu.be/XvmGqpzepDM?t=966)
|
||||
- 📝 [In-depth Forum Article](https://javapro.io/2025/10/15/tame-your-llama-run-ai-in-java/)
|
||||
- 🐦 [Announcement on X (Twitter)](https://x.com/JAVAPROmagazin/status/1978347624265646211)
|
||||
- **First Conversation with Deepseek Model** — [Post by Ghaffar Mallah (LinkedIn)](https://www.linkedin.com/posts/ghaffarmallah_ok-ai-i-finally-see-you-with-deepseek-hype-activity-7290019964533526529-G5cq)
|
||||
- **From Llamas to Lightsabers: AI in Java** — [Post by Lutske (LinkedIn)](https://www.linkedin.com/posts/lutske_utrechtjug-tameyourllama-java-activity-7386315122748706816-6A_j)
|
||||
- **LlamaFX Project** — [LinkedIn post by William Antônio Siqueira](https://www.linkedin.com/posts/william-ant%C3%B4nio-siqueira-968bba14_yesterday-i-started-a-pet-project-to-test-activity-7311293892551712768-hWcD)
|
||||
- **Exploring AI with Groovy™** — [LinkedIn post by Paul William King](https://www.linkedin.com/posts/paulwilliamking_embabel-groovylang-ollama4j-activity-7383995871564226561-ZHzt) and [Groovy blog](https://groovy.apache.org/blog/groovy-ai)
|
||||
|
||||
### Appreciate the work?
|
||||
|
||||
<p align="center">
|
||||
|
||||
19
docs/package-lock.json
generated
19
docs/package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "ollama-4-j",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docsearch/js": "^4.3.1",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-content-docs": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
@@ -3347,10 +3347,13 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@docsearch/js": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.2.0.tgz",
|
||||
"integrity": "sha512-KBHVPO29QiGUFJYeAqxW0oXtGf/aghNmRrIRPT4/28JAefqoCkNn/ZM/jeQ7fHjl0KNM6C+KlLVYjwyz6lNZnA==",
|
||||
"license": "MIT"
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.3.1.tgz",
|
||||
"integrity": "sha512-Xi2OztaQqTnNj0HGTcS/RtoXe4ASOgKRuH8hAKKqISqv13oUxpVBIBUHpvPIU4qgmJRZN2gA2gdjdn+VuvrvRQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"htm": "3.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@docsearch/react": {
|
||||
"version": "4.2.0",
|
||||
@@ -9931,6 +9934,12 @@
|
||||
"safe-buffer": "~5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/htm": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz",
|
||||
"integrity": "sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/html-escaper": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docsearch/js": "^4.3.1",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
"@docusaurus/preset-classic": "^3.9.2",
|
||||
|
||||
Reference in New Issue
Block a user