Where should the kernelProcess object exit? #13213
Unanswered
drive-files
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Regarding the KernelProcess in https://github.com/microsoft/semantic-kernel/tree/167308f53c3ea15aed5ed1140210eed56474c968/dotnet/samples/GettingStartedWithProcesses
Take this code for example -
`
// Build the process to get a handle that can be started
KernelProcess kernelProcess = process.Build();
`
Question is: Where should the kernelProcess object exit?
In an ASPNET Core App?
In a Windows Console/Desktop App?
Seems possible, but API Keys cannot live in the App. No matter where I keep them on the remote server, they have to travel down the internet.
What do you say? Or Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions