forked from microsoft/generative-ai-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7a9aab
commit efb7d27
Showing
7 changed files
with
592 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Getting Started with "Generative AI for Beginners" | ||
|
||
We are very excited for you to start this course and see what you get inspired to build with Generative AI! | ||
|
||
To make your time successful, we have created this page that outlines any setup steps, technical requirements and how to get help when you need it. | ||
|
||
|
||
## Setup Steps | ||
|
||
|
||
### 1. Fork this Repo | ||
|
||
[Fork this entire repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo) to your own GitHub account to be able to change any code and complete the challenges. You can also [star (🌟) this repo](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) to find it and related repos easier. | ||
|
||
|
||
### 2. Create a Codespace | ||
To avoid any depenency issues when running the code, we reccomend running this course in a GitHub codespace. | ||
|
||
This can be created by selecting the `Code` option on your forked version of this repo and selecting the `Codespaces` option. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### 3. Storing Your API Keys | ||
|
||
|
||
|
||
|
||
## Lessons and Technical Requriments | ||
|
||
The course has 6 concept lessons and 6 coding lessons. | ||
|
||
For the coding lessons, we are using the Azure OpenAI Service. You will need access to the Azure OpenAI service and an API key to run this code. You can apply to get access by [completing this appplication](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOFA5Qk1UWDRBMjg0WFhPMkIzTzhKQ1dWNyQlQCN0PWcu&culture=en-us&country=us). | ||
|
||
While you wait for your application to be processed, each coding lesson also includes a `README.md` file where you can view the code and outputs. | ||
|
||
### Setting Up Azure OpenAI Service for the First Time | ||
|
||
|
||
|
||
## Meet Other Learners | ||
|
||
We have created channels in our official [AI Community Discord server](https://aka.ms/genai-discord) for meeting other learners. This is a great way to create way to network with other like minded enterperneurs, builders, students and anyone looking to level up in Generative AI. | ||
|
||
[![](https://dcbadge.vercel.app/api/server/ByRwuEEgH4)](https://aka.ms/genai-discord) | ||
|
||
The project team will also be in this Discord server to help any learners. | ||
|
||
|
||
## Contribute | ||
|
||
This course is an open-source initiative. If you see areas of imporvement or issues, please create a [Pull Request](https://github.com/microsoft/generative-ai-for-beginners/pulls) or log a [Github issue](https://github.com/microsoft/generative-ai-for-beginners/issues). | ||
|
||
The project team will be tracking all contributions and contributing to open source is an amazing way to build your career in Generative AI. | ||
|
||
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. | ||
|
||
Important: when translating text in this repo, please ensure that you do not use machine translation. We will verify translations via the community, so please only volunteer for translations in languages where you are proficient. | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA. | ||
|
||
This project has adopted the Microsoft Open Source Code of Conduct. For more information read the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
189 changes: 46 additions & 143 deletions
189
11 - intergating-with-function-calling /Lesson 11 - Function Calling.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.