Skip to content

Commit fc71a7c

Browse files
smoser-LiLsmoser-LiL
authored andcommitted
Moving files using main
1 parent a3b715d commit fc71a7c

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

NOTICE

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
Copyright 2022 LinkedIn Corporation
1+
Copyright 2023 LinkedIn Corporation
22
All Rights Reserved.
33

44
Licensed under the LinkedIn Learning Exercise File License (the "License").
55
See LICENSE in the project root for license information.
66

7-
ATTRIBUTIONS:
8-
[PLEASE PROVIDE ATTRIBUTIONS OR DELETE THIS AND THE ABOVE LINE “ATTRIBUTIONS”]
9-
107
Please note, this project may automatically load third party code from external
118
repositories (for example, NPM modules, Composer packages, or other dependencies).
129
If so, such third party code may be subject to other license terms than as set

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# COURSENAME
2-
This is the repository for the LinkedIn Learning course `course-name`. The full course is available from [LinkedIn Learning][lil-course-url].
1+
# Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain
2+
This is the repository for the LinkedIn Learning course Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain. The full course is available from [LinkedIn Learning][lil-course-url].
3+
4+
![Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain][lil-thumbnail-url]
5+
6+
New tools powered by artificial intelligence are changing the way we think about apps. And if you’re a developer looking to integrate your workflow, it’s time to supercharge your existing skills. In this course, instructor Denys Linkov offers an overview of how to build apps and integrate exciting, new open-source tools such as ChatGPT, Semantic Kernel, and LangChain.
7+
8+
Learn how to connect to the ChatGPT API to start building hands-on applications with code. Denys shows you the basics of app development with Semantic Kernel, from formatting to chain-of-thought reasoning, prompting, and OpenAI Whisper for text to speech. By the end of this course, you’ll also get a chance to try out your new skills building document search with LangChain and testing ChatGPT apps.
9+
310

4-
![course-name-alt-text][lil-thumbnail-url]
511

6-
_See the readme file in the main branch for updated instructions and information._
712
## Instructions
813
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
914

@@ -23,14 +28,20 @@ To resolve this issue:
2328
Commit changes using this command: git commit -m "some message"
2429

2530
## Installing
26-
1. To use these exercise files, you must have the following installed:
27-
- [list of requirements for course]
31+
1. To use these exercise files, you must have the following installed: Python
2832
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
29-
3. [Course-specific instructions]
33+
3. All python dependencies are included in each branch
34+
35+
36+
### Instructor
3037

38+
Denys Linkov
39+
40+
Machine Learning Lead at Voiceflow
3141

32-
[0]: # (Replace these placeholder URLs with actual course URLs)
42+
3343

34-
[lil-course-url]: https://www.linkedin.com/learning/
35-
[lil-thumbnail-url]: http://
44+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/denys-linkov).
3645

46+
[lil-course-url]: https://www.linkedin.com/learning/building-apps-with-ai-tools-chatgpt-semantic-kernel-and-langchain?dApp=59033956&leis=LAA
47+
[lil-thumbnail-url]: https://media.licdn.com/dms/image/D560DAQENsHoqO_7Y1Q/learning-public-crop_675_1200/0/1694035139061?e=2147483647&v=beta&t=cCnp-C_2NN9JnQM_fHZlVyjfMrGzfgpiGXv5i4Y_5mM

0 commit comments

Comments
 (0)