rn-ai 0.2.2 → 0.2.3
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 +1 -1
- package/cli.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# React Native AI CLI
|
|
2
2
|
|
|
3
|
-
Full stack framework for building cross-platform mobile AI apps supporting LLM real-time / streaming text and chat UIs, image services and natural
|
|
3
|
+
Full stack framework for building cross-platform mobile AI apps supporting LLM real-time / streaming text and chat UIs, image services and natural language to images with multiple models, and image processing.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
package/cli.js
CHANGED
|
@@ -215,7 +215,6 @@ FAL_API_KEY="${fal_api_key}"
|
|
|
215
215
|
log(`To get started, change into the server directory and run ${chalk.cyan(serverStartCommand)}\n`)
|
|
216
216
|
log(`In a separate terminal, change into the app directory and run ${chalk.cyan(appStartCommand)}`)
|
|
217
217
|
} catch (err) {
|
|
218
|
-
console.log('error:', err)
|
|
219
218
|
log('\n')
|
|
220
219
|
if (err.exitCode == 128) {
|
|
221
220
|
log('Error: directory already exists.')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rn-ai",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "cli.js",
|