Skip to content

Commit

Permalink
Update githubmodels-assignment.ipynb
Browse files Browse the repository at this point in the history
add tracking to images
  • Loading branch information
amynic committed Aug 6, 2024
1 parent db9637e commit a01e447
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 06-text-generation-apps/python/githubmodels-assignment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"\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",
"![GitHub Models main screen showing a list of model cards such as Cohere, Meta llama, Mistral and GPT models](../images/GithubModelsMainScreen.png?WT.mc_id=academic-105485-koreyst)\n",
"\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",
Expand All @@ -100,11 +100,11 @@
"* You can read details about the model in the readme, Evaluation, Transparency and License tabs\n",
"* As well as review the 'About' section for the model access on the right\n",
"\n",
"![GitHub Models GPT-4o Model Card](../images/GithubModels-modelcard.png)\n",
"![GitHub Models GPT-4o Model Card](../images/GithubModels-modelcard.png?WT.mc_id=academic-105485-koreyst)\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?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",
"![GitHub Models PLayground experience with code and languages shown](../images/GithubModels-plagroundcode.png?WT.mc_id=academic-105485-koreyst) \n",
"\n",
"\n",
"### Lets use the model in our own IDE\n",
Expand All @@ -116,7 +116,7 @@
"\n",
"Either way, instructions are provided via the 'Get started' green button on the top right.\n",
"\n",
"![Get Started screen showing you how to access Codespaces or use a personal access token to setup in your own IDE](../images/GithubModels-getstarted.png)\n",
"![Get Started screen showing you how to access Codespaces or use a personal access token to setup in your own IDE](../images/GithubModels-getstarted.png?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"### 1.Codespaces \n",
"\n",
Expand All @@ -129,7 +129,7 @@
"\n",
"* Once you have run through all the capabilities and sample code in the notebook lets take the ```basic.py``` and start editing for your own example. Navigate to ```samples/python/azure_ai_inference/``` and enter ```python basic.py``` into the bash terminal\n",
"\n",
"![Codespaces showing running basic.py file and output](../images/codespaces-basicpy.png)\n",
"![Codespaces showing running basic.py file and output](../images/codespaces-basicpy.png?WT.mc_id=academic-105485-koreyst)\n",
"\n",
"**Now move to 'Generate Text' section below to continue this assignment**\n",
"\n",
Expand Down

0 comments on commit a01e447

Please sign in to comment.