Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkulderLock committed Jul 31, 2023
1 parent 6bcde3c commit 67491c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

@Service
public class OpenaiApiService {
Dotenv dotenv = Dotenv.load();
private static final String OPENAI_URL = "https://api.openai.com/v1/completions";

private final static String API_KEY;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"start": "ionic serve",
"build": "ionic build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 67491c1

Please sign in to comment.