From b730c00fc074ce4d1956913a958659d33c6062a5 Mon Sep 17 00:00:00 2001 From: armentanoc Date: Wed, 13 Mar 2024 13:42:19 -0300 Subject: [PATCH] chore: readme instructions to configure api key env variable locally. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 043e05b..034378d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # SmartRefund +## Para configurar a Variável de Ambiente com a API Key Localmente + +- Execute o PowerShell como Administrador +- Configure a Variável de Ambiente; para uma configuração definitiva a nível de máquina, é possível fazer, por exemplo: +``` +[System.Environment]::SetEnvironmentVariable('OPENAI_KEY_DIVERSEDEV','myApiKey', 'Machine') +``` +- Reinicie o Visual Studio + ## Para testar o EF Core "do zero" e/ou fazer modificações - Abrir o package manager console (ir em search e pesquisar)