Schenk
Schenk
CC#
Created by Schenk on 1/16/2024 in #help
Zoom Meeting SDK for Windows C# wrapper, Need help please.
You know I am curretly just trying to get the example up and running, but things like the JWT token and I have to provide a Redirect URL for OAuth, and I don't know what that is...
5 replies
CC#
Created by Schenk on 8/7/2023 in #help
How do I close console app outside of the Main method?
What?!?, i just tried it and it didn't work, but now it does, well nvm then, and thanks anyway
3 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
okay, great, thank you so much again, it seems that it works to just save the GetChatCompletionOptions
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
yes, that makes so much more sense, thank you so much
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
ahh, thats clever, no idea why i didn't think of that
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
Okay, then I will make my own, but why can i assign a new list and not a variable
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
Yes, but this works
var openAiResponse = await openAiClient.GetChatCompletionsAsync(openAIModel, new ChatCompletionsOptions
{
Messages = { new ChatMessage(role, prompt) }
});
var openAiResponse = await openAiClient.GetChatCompletionsAsync(openAIModel, new ChatCompletionsOptions
{
Messages = { new ChatMessage(role, prompt) }
});
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
I can't call AddRange as it does not exits, and i cant ude Add as i need to a whole lot of old things to it
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
here is the codesnippit
contextMessages.Add(newMessage);;

var openAiResponse = await openAiClient.GetChatCompletionsAsync(openAIModel, new ChatCompletionsOptions
{
Messages = contextMessages // DOES NOT WORK WITH contextMessages FIX!!!!!!!!!!
});
contextMessages.Add(newMessage);;

var openAiResponse = await openAiClient.GetChatCompletionsAsync(openAIModel, new ChatCompletionsOptions
{
Messages = contextMessages // DOES NOT WORK WITH contextMessages FIX!!!!!!!!!!
});
the error is: Error CS0200 Property or indexer 'ChatCompletionsOptions.Messages' cannot be assigned to -- it is read only
34 replies
CC#
Created by Schenk on 8/7/2023 in #help
✅ Convert List to IList
but i get an error when i try to assign my a List<T> to an IList<T>, how do i get around this issue
34 replies
CC#
Created by Schenk on 7/27/2023 in #help
❔ Property can only bet set a new list and now variable??
Yes, The issue is that the Messages get cleared every time, but the first should work thanks a lot
5 replies
CC#
Created by Schenk on 7/26/2023 in #help
Real-time audio recording and streaming
okay
6 replies
CC#
Created by Schenk on 7/26/2023 in #help
Real-time audio recording and streaming
yes
6 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
Ahh I see
17 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
Ahh okay thanks a lot
17 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
Ahh, okay, thanks for the help, and how do you see which device is default?
17 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
Ohh, I see, I can train it in the control panel to work better with my voice, okay thanks a lot, i will try that later. Thanks
17 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
it does look like what i need, but for some reason it has a really hard time understanding what i say...
17 replies
CC#
Created by Schenk on 7/25/2023 in #help
Real-time audio recording and streaming
Maybe, how do you see which input device it uses, because my results are very bad, but that might be because is uses the wrong input device
17 replies