Skip to content

Commit

Permalink
update ai notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Nov 10, 2023
1 parent c1f4be6 commit df91e1a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/notebooks/ai/AI prompt playground.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion samples/notebooks/ai/Ai skills experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down
18 changes: 17 additions & 1 deletion samples/notebooks/ai/Chat Agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,23 @@
},
"outputs": [],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget: Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"outputs": [],
"source": [
"#r \"nuget: Microsoft.DotNet.Interactive.AIUtilities, 1.0.0-beta.23557.4\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion samples/notebooks/ai/Getting started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions samples/notebooks/ai/Knowledge kernel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down Expand Up @@ -213,7 +213,9 @@
"output_type": "display_data"
}
],
"source": []
"source": [
"#r \"nuget: HtmlAgilityPack, 1.11.49\""
]
},
{
"cell_type": "markdown",
Expand Down
2 changes: 1 addition & 1 deletion samples/notebooks/ai/end to end.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion samples/notebooks/ai/image generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"source": [
"#r \"nuget:Microsoft.DotNet.Interactive.AI, *-*\""
"#r \"nuget:Microsoft.DotNet.Interactive.AI, 1.0.0-beta.23558.10\""
]
},
{
Expand Down

0 comments on commit df91e1a

Please sign in to comment.