Skip to content

Commit

Permalink
Update BlacTec_Anthropic_WalkThrough2.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
curtis9662 authored Sep 14, 2024
1 parent 36ff4bb commit 29cfbae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlacTec_Anthropic_WalkThrough2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Update line 43 with your api key from https://console.anthropic.com/settings/keys
#Just ctrl+A this entire code block
# Ensure you're running PowerShell 5.1 or later
$PSVersionTable.PSVersion
Expand Down Expand Up @@ -39,7 +40,7 @@ Start-Sleep 6
Register-SecretVault -Name AnthropicVault -ModuleName Microsoft.PowerShell.SecretStore -DefaultVault

# Store your Anthropic API key securely
$apiKey = Read-Host "ENTER_YOU_ANTHROPIC_API_KEY" -AsSecureString
$apiKey = Read-Host "ENTER_YOUR_ANTHROPIC_API_KEY" -AsSecureString
Set-Secret -Name AnthropicApiKey -SecureStringSecret $apiKey -Vault AnthropicVault


Expand Down

0 comments on commit 29cfbae

Please sign in to comment.