pull/144/head
samatitanz 2022-12-15 15:25:38 +08:00
rodzic ae9eedc138
commit 7817ca0aba
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ dotenv.config()
* Demo CLI for testing conversation support.
*
* ```
* npx tsx src/demo-conversation.ts
* npx tsx demos/demo-conversation.ts
* ```
*/
async function main() {

Wyświetl plik

@ -9,7 +9,7 @@ dotenv.config()
* Demo CLI for testing basic functionality.
*
* ```
* npx tsx src/demo.ts
* npx tsx demos/demo.ts
* ```
*/
async function main() {