Merge pull request #144 from samaritanz/main

chatgpt-api-old-v3
Travis Fischer 2022-12-15 01:42:53 -06:00 zatwierdzone przez GitHub
commit ea86207497
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() {