You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributed/conversationalAI/readme.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Conversational AI
2
2
Copyright 2025 Moddable Tech, Inc.<BR>
3
-
Updated March 5, 2025
3
+
Updated April 2, 2025
4
4
5
5
## Introduction
6
6
The Conversational AI application provides real-time voice chats with over a dozen AI assistants from multiple AI services.
@@ -16,19 +16,22 @@ You will need your own keys for the AI services used by the Conversational AL. I
16
16
It is recommended that you specify the API keys on the command line, though there is also a place to put them in the `config` section of [manifest.json](./manifest.json). On the command line, you can specify the keys directly:
> **Note**: All API keys are optional: you can omit the key for any service you are not using. Of course, only services with a valid key will work.
32
+
30
33
### Wi-Fi
31
-
The application does not currently have a user interface to connect to Wi-Fi. You will need to set that from the command line when building, using the usual `ssid` and `password` variables:
34
+
The application does not currently have a user interface to connect to Wi-Fi. You need to set that from the command line when building, using the usual `ssid` and `password` variables:
@@ -59,5 +62,5 @@ Conversational AI is incredibly efficient, but it still requires more resources,
59
62
You can also run Conversational AI on the Moddable SDK's built-in simulator, `mcsim`. This is a great way to explore how the code works and even develop new features. The simulator is available on macOS, Windows, and Linux. To build and run, just use the Moddable Six simulator target with your AI service keys:
0 commit comments