@mulmochat-plugin/generate-image 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @mulmochat-plugin/generate-image
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@mulmochat-plugin/generate-image)
|
|
2
4
|
|
|
3
5
|
A plugin for [MulmoChat](https://github.com/receptron/MulmoChat) - a multi-modal voice chat application with OpenAI's GPT-4 Realtime API.
|
|
4
6
|
|
|
@@ -44,6 +46,14 @@ yarn typecheck
|
|
|
44
46
|
yarn lint
|
|
45
47
|
```
|
|
46
48
|
|
|
49
|
+
## Test Prompts
|
|
50
|
+
|
|
51
|
+
Try these prompts to test the plugin:
|
|
52
|
+
|
|
53
|
+
1. "Generate an image of a sunset over mountains"
|
|
54
|
+
2. "Create a picture of a cute robot reading a book"
|
|
55
|
+
3. "Make an image of a futuristic city at night"
|
|
56
|
+
|
|
47
57
|
## License
|
|
48
58
|
|
|
49
59
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mulmochat-plugin/generate-image",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Image generation plugin for MulmoChat",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue": "^3.5.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"gui-chat-protocol": "^0.0.
|
|
41
|
+
"gui-chat-protocol": "^0.0.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@mulmochat-plugin/ui-image": "^0.1.0",
|