Replies: 5 comments
-
hi @kill136, you mean how to change the internal value "https://api.openai.com" to a different URL? is there a different URL, or are you trying to specify a socks/http proxy for all the traffic? |
Beta Was this translation helpful? Give feedback.
-
Up! I wanna try to specify a http proxy for all the traffic. Any solutions here? |
Beta Was this translation helpful? Give feedback.
-
I would start from here Azure/azure-sdk-for-net#37794 see last message |
Beta Was this translation helpful? Give feedback.
-
I'm going to mark this issue as closed but we're just one comment away if you need further help! |
Beta Was this translation helpful? Give feedback.
-
#228 After merging this PR, it can also easily resolve this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
var memory = new KernelMemoryBuilder()
.WithOpenAIDefaults("sk-")
//.FromAppSettings() //=> read "KernelMemory" settings from appsettings.json (if available), see https://github.com/microsoft/kernel-memory/blob/main/dotnet/Service/appsettings.json as an example
// .WithAzureBlobsStorage(new AzureBlobsConfig {...}) => use Azure Blobs
// .WithAzureCognitiveSearch(Env.Var("ACS_ENDPOINT"), Env.Var("ACS_API_KEY")) => use Azure Cognitive Search
// .WithQdrant("http://127.0.0.1:6333") => use Qdrant docker
// .WithAzureFormRecognizer(Env.Var("AZURE_COG_SVCS_ENDPOINT"), Env.Var("AZURE_COG_SVCS_API_KEY")) => use Azure Form Recognizer OCR
Beta Was this translation helpful? Give feedback.
All reactions