CreateRunAsync slow to load when Assistant instructions exceed 9,000 characters #263
Replies: 2 comments 7 replies
-
Probably not, as I am using this for something very specific. That being said there is definitely a bug where the Instructions are being appended with the same text over and over. Def a bug there. |
Beta Was this translation helpful? Give feedback.
-
@StephenHodgson I've added you as collaborator to the test project, and added a button with code to test:"RAPOpenAI\Assets\Samples\OpenAI\8.1.1\Chat". It looks to be a semaphore 'wait for signal' or 'wait for command from main thread' issue that is hanging the process. |
Beta Was this translation helpful? Give feedback.
-
It takes over 20 seconds to load "Hello" back from the assistant when the instructions are large. CreateRunAsync slow to load when Assistant instructions exceed 9,000 characters
Is is possible to not bring back everything and just the delta? Below is the code I am running the the log output:
See attached for full log:
Log.txt
Beta Was this translation helpful? Give feedback.
All reactions