Hello,
First, I would like to express my sincere thanks for sharing your source code.
Currently, I'm using the HemulGM wrapper for OpenAI, and your code will be invaluable as I integrate Mistral into my tests. With the HemulGM code, implementing asynchronous chat functionality is straightforward, as events are triggered when the result is ready. Specifically, these events include:
TOpenAIChat.OnChat: Triggered when the response is complete.
TOpenAIChat.OnBeginWork: Marks the start of the process.
TOpenAIChat.OnEndWork: Indicates the end of the process.
=> These events are particularly useful for displaying a wait cursor or similar indicators during processing
Can we imagine implementing something similar on your side?
Best regards,
Hello,
First, I would like to express my sincere thanks for sharing your source code.
Currently, I'm using the HemulGM wrapper for OpenAI, and your code will be invaluable as I integrate Mistral into my tests. With the HemulGM code, implementing asynchronous chat functionality is straightforward, as events are triggered when the result is ready. Specifically, these events include:
Can we imagine implementing something similar on your side?
Best regards,