We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd7d29 commit 80a6938Copy full SHA for 80a6938
sample/jvm/README.md
@@ -42,4 +42,18 @@ This endpoint generates text based on the provided prompt and a specified topic.
42
43
##### Example:
44
45
-`GET http://localhost:8080/api/ychat/chat-completions?input="Tell me an exercise plan"&topic=fitness`
+`GET http://localhost:8080/api/ychat/chat-completions?input="Tell me an exercise plan"&topic=fitness`
46
+
47
+### Image Generations Endpoint
48
49
+This endpoint generates images based on the provided prompt.
50
51
+##### Endpoint: http://localhost:[port_number]/api/ychat/generations
52
53
+##### Parameters:
54
55
+- `prompt`: The prompt for generating images.
56
57
+##### Example:
58
59
+`GET http://localhost:8080/api/ychat/generations?prompt="ocean"
0 commit comments