chatgpt-api-old-v3
samatitanz 2022-12-15 15:25:38 +08:00
rodzic af9dbafc39
commit b3b74c5c9c
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() {