Skip to content

Commit e158b22

Browse files
author
Hai Chang
committed
Update app service and add OpenAI API completions
- Update the returned string in `app.service.ts` to `Hello World! 1.8` - Add a new method for getting completions from the OpenAI API [src/app.service.ts] - Change the returned string from `Hello World! 1.7` to `Hello World! 1.8` - Add a new method for getting completions from the OpenAI API
1 parent 1492f91 commit e158b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class AppService {
1313
}
1414

1515
getHello(): string {
16-
return 'Hello World! 1.7';
16+
return 'Hello World! 1.8';
1717
}
1818

1919
async getCompletions(

0 commit comments

Comments
 (0)