Skip to content

Commit 87d4c5c

Browse files
committed
README and Postman requests minor adjustment
1 parent ff1100f commit 87d4c5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
./gradlew clean build
1818
```
1919

20-
## How to start application
20+
## How to start Docker containers with Ollama model and Spring AI application
2121

2222
```bash
2323
docker compose -f docker-compose-prod.yml up

postman/Ollama.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"_postman_id": "9037cad9-6926-4875-9778-b27b54e7a4f9",
4-
"name": "Ollama REST",
4+
"name": "Ollama",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
66
"_exporter_id": "1701433"
77
},
@@ -33,7 +33,7 @@
3333
"header": [],
3434
"body": {
3535
"mode": "raw",
36-
"raw": "{\r\n \"model\": \"llama3.1:8b\",\r\n \"prompt\": \"Tell me about Minecraft game\",\r\n \"stream\": false\r\n}",
36+
"raw": "{\r\n \"model\": \"gemma3:1b\",\r\n \"prompt\": \"Tell me about Minecraft game\",\r\n \"stream\": false\r\n}",
3737
"options": {
3838
"raw": {
3939
"language": "json"
@@ -62,7 +62,7 @@
6262
"header": [],
6363
"body": {
6464
"mode": "raw",
65-
"raw": "{\r\n \"model\": \"llama3.1:8b\",\r\n \"messages\": [{\r\n \"role\": \"user\",\r\n \"content\": \"Tell me about Minecraft game\"\r\n }],\r\n \"stream\": false\r\n}",
65+
"raw": "{\r\n \"model\": \"gemma3:1b\",\r\n \"messages\": [{\r\n \"role\": \"user\",\r\n \"content\": \"Tell me about Minecraft game\"\r\n }],\r\n \"stream\": false\r\n}",
6666
"options": {
6767
"raw": {
6868
"language": "json"

0 commit comments

Comments
 (0)