Skip to content

Asynchronous Chat #1

Description

@Fab8573

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions