Skip to content

Commit

Permalink
Update githubmodels-assignment.ipynb
Browse files Browse the repository at this point in the history
add tracking links
  • Loading branch information
amynic committed Aug 6, 2024
1 parent d198766 commit db9637e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 06-text-generation-apps/python/githubmodels-assignment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@
"\n",
"### What is GitHub Models?\n",
"\n",
"Welcome to [GitHub Models](https://github.com/marketplace/models)! We've got everything fired up and ready for you to explore different AI Models hosted on Azure AI, all accessible via a playground on GitHub or seamlessly in your favorite code IDE, for free to try.\n",
"Welcome to [GitHub Models](https://github.com/marketplace/models?WT.mc_id=academic-105485-koreyst)! We've got everything fired up and ready for you to explore different AI Models hosted on Azure AI, all accessible via a playground on GitHub or seamlessly in your favorite code IDE, for free to try.\n",
"\n",
"### What do I need?\n",
"\n",
"* A GitHub Account: [github.com/signup](https://github.com/signup)\n",
"* Sign Up for GitHub Models: [github.com/marketplace/models/waitlist](https://GitHub.com/marketplace/models/waitlist)\n",
"* A GitHub Account: [github.com/signup](https://github.com/signup?WT.mc_id=academic-105485-koreyst)\n",
"* Sign Up for GitHub Models: [github.com/marketplace/models/waitlist](https://GitHub.com/marketplace/models/waitlist?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"Lets get started!\n",
"\n",
"### Find a model and test it\n",
"\n",
"Navigate to [GitHub Models in the Marketplace](https://github.com/marketplace/models)\n",
"Navigate to [GitHub Models in the Marketplace](https://github.com/marketplace/models?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"![GitHub Models main screen showing a list of model cards such as Cohere, Meta llama, Mistral and GPT models](../images/GithubModelsMainScreen.png)\n",
"\n",
"Choose a model - for example [Open AI GPT-4o](https://github.com/marketplace/models/azure-openai/gpt-4o)\n",
"Choose a model - for example [Open AI GPT-4o](https://github.com/marketplace/models/azure-openai/gpt-4o?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"Here you will see the model card. You can:\n",
"* Interact with the model right there by entering a message in the text box\n",
Expand All @@ -102,7 +102,7 @@
"\n",
"![GitHub Models GPT-4o Model Card](../images/GithubModels-modelcard.png)\n",
"\n",
"But we will go straight to the playground by clicking the ['Playground' button, top right](https://github.com/marketplace/models/azure-openai/gpt-4o/playground). You can interact with the model here, add system prompts and change parameter details - but also get all the code you need to run this from anywhere. Available as of August 2024: Python, Javascript and REST.\n",
"But we will go straight to the playground by clicking the ['Playground' button, top right](https://github.com/marketplace/models/azure-openai/gpt-4o/playground?WT.mc_id=academic-105485-koreyst). You can interact with the model here, add system prompts and change parameter details - but also get all the code you need to run this from anywhere. Available as of August 2024: Python, Javascript and REST.\n",
"\n",
"![GitHub Models PLayground experience with code and languages shown](../images/GithubModels-plagroundcode.png) \n",
"\n",
Expand All @@ -111,7 +111,7 @@
"\n",
"Two options here:\n",
"1. **GitHub Codespaces** - seamless integration with Codespaces and no token needed to get started\n",
"2. **VS Code (or any favorite IDE)** - need to gain a [Personal Access Token from GitHub](https://github.com/settings/tokens)\n",
"2. **VS Code (or any favorite IDE)** - need to gain a [Personal Access Token from GitHub](https://github.com/settings/tokens?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"\n",
"Either way, instructions are provided via the 'Get started' green button on the top right.\n",
Expand Down

0 comments on commit db9637e

Please sign in to comment.