Skip to content

Commit

Permalink
chore: readme instructions to configure api key env variable locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
armentanoc committed Mar 13, 2024
1 parent 30d03fb commit b730c00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b730c00

Please sign in to comment.