Skip to content

Commit

Permalink
Edit api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonseoNam committed Mar 17, 2023
1 parent 4dc51bd commit afaf1bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export class ChatGPT {
private static baseUrl = 'https://api.openai.com/v1/engines';

static async callAPI(

prompt: string,
apiKey: string,
model = 'text-davinci-003',
Expand Down
30 changes: 0 additions & 30 deletions src/main.ts

This file was deleted.

0 comments on commit afaf1bf

Please sign in to comment.