My Programm ends at the command " ChatCompletions response = await openAIClient.GetChatCompletionsAsync(completionOptions);" and i dont know why #67
Unanswered
SomebodyToLove1337
asked this question in
Q&A
Replies: 1 comment
-
Okay... i rolled back and start it from another merging point ^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i just was short to finish my project and it works kind of well :)
But then it randomly breaks... then i refactor my code a bit and now nothing works well anymore.
VS just ends the program with the 0 (0x0) so i guess VS thinks everything works fine.
But it stops working at line 245... i dont know why it didnt build the connection to the API propertly... Maybe someone with more experience can help me, it would be so nice :)
Here some informations:
He ends at the command " ChatCompletions response = await openAIClient.GetChatCompletionsAsync(completionOptions);"
Here ist my repo: https://github.com/SomebodyToLove1337/hackTheAdventure/blob/master/hackTheAdventure/Program.cs
I also trying to add a "Try -> Catch" Block... but there was not error message...
Thanks in advance,
Greetings
Somebody
Beta Was this translation helpful? Give feedback.
All reactions