Skip to content

Commit

Permalink
upeq53w
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent 042b923 commit a4c3157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Cache PowerShell modules
id: cache-psmodules
uses: potatoqualitee/psmodulecache@v5.2
uses: potatoqualitee/psmodulecache@v6.2
with:
modules-to-cache: PSOpenAI

Expand Down
25 changes: 3 additions & 22 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"metadata": {
"dotnet_interactive": {
"language": "pwsh"
Expand All @@ -11,30 +11,11 @@
"kernelName": "pwsh"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"\u001b[32;1mApiKey : \u001b[0m\n",
"\u001b[32;1mApiType : \u001b[0mOpenAI\n",
"\u001b[32;1mApiBase : \u001b[0m\n",
"\u001b[32;1mApiVersion : \u001b[0m\n",
"\u001b[32;1mAuthType : \u001b[0mopenai\n",
"\u001b[32;1mOrganization : \u001b[0m\n",
"\u001b[32;1mTimeoutSec : \u001b[0m0\n",
"\u001b[32;1mMaxRetryCount : \u001b[0m0\n",
"\n"
]
}
],
"outputs": [],
"source": [
"# Set the provider configuration\n",
"Import-Module ./ -Force\n",
"Set-TuneProvider @splat\n",
"\n",
"Get-OpenAIContext"
"Set-TuneProvider @splat"
]
},
{
Expand Down

0 comments on commit a4c3157

Please sign in to comment.