-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path08-PromptStuffing.http
41 lines (29 loc) · 1.2 KB
/
08-PromptStuffing.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## PromptStuffingController.java
### No prompt stuffing. Event after the cutoff date OLLAMA
POST http://127.0.0.1:8080/chat/prompt/ollama/stuffing
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
userMessage = Who win the Australian Open 2024?
### No prompt stuffing. Event after the cutoff date OPENAI
POST http://127.0.0.1:8080/chat/prompt/openai4/stuffing
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
userMessage = Who win the Australian Open 2024?
### Prompt stuffing OLLAMA
POST http://127.0.0.1:8080/chat/prompt/ollama/stuffing
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
userMessage = Are there any spanish partecipants at the Australian Open 2024? &
promptStuffing = true
### Prompt stuffing OPENAI
POST http://127.0.0.1:8080/chat/prompt/openai4/stuffing
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
userMessage = Who win the Australian Open 2024? &
promptStuffing = true
### Prompt stuffing OLLAMA
POST http://127.0.0.1:8080/chat/prompt/ollama/stuffing
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
userMessage = Are there any spanish partecipants at the Australian Open 2024? &
promptStuffing = true