Skip to content

Commit

Permalink
Merge pull request UniCourt#7 from shreyass-uc/main
Browse files Browse the repository at this point in the history
Readme and PPT Changes
  • Loading branch information
snehals-uc authored Mar 23, 2023
2 parents a87c87b + 4ddccdd commit 48d1b1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file removed NodeJs/NodeJs.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion NodeJs/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ To view a live preview of this application, click [here](http://localhost:6004)
});
});
});
```
```

***Exercise:***
- Signup to Open AI and generate API_Key
- Creating ```/chatGPT``` route
- Create a search box where user can type description of desired image(s)
- Use [Open AI API](https://platform.openai.com/docs/api-reference/images) to Generate Image which user types in the search box
- After completing the exercise push the Changes to your origin and then create a Pull Request to [Unicourt Workshop Repo](https://github.com/UniCourt/WebApp-Workshop1)
9 changes: 1 addition & 8 deletions NodeJs/code/nodejs-app/views/search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</body>
</html>







</html>

0 comments on commit 48d1b1d

Please sign in to comment.