Appsettings für API Keys

This commit is contained in:
Simon Lübeß
2023-08-05 01:40:55 +02:00
parent 8295be40f0
commit 57c110aea3
2 changed files with 21 additions and 11 deletions

View File

@ -5,5 +5,9 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"API": {
"OpenAI": "<put OpenAI Key here>",
"HF_Inference": "<put Hugging Face inference API Key here>"
}
}