Skip to content
Discussion options

You must be logged in to vote

@miguelisidoro Thanks for reporting this problem! Would it be possible for you to run Debug > Performance Profiler with Instrumentation enabled in Visual Studio?
https://learn.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour?view=vs-2022#instrumentation

This should output the breakdown for each C# function, execution time and number of calls:

With this view, you should be able to see where exactly there is a delay in execution.

We are using gpt-4-32k as deployment model (in the other implementation we are using gpt-35-turbo).

Would be interesting to compare both approaches using the same deployment model, just for results to be more accurate. Things like different dep…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by dmytrostruk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dmytrostruk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants