-
It's working fine on Android but on Android it doesn't call the flutter implementation when listen to them
Version 1.1.7+9
Example:
```
channel.onMessageAdded?.listen((message) async {
…
-
In CompletionClient, the API URL is currently hardcoded:
https://github.com/casco/openai-papi/blob/1af7309fabff0b42f5751468f288913a243e1226/OpenAI-API/CompletionClient.class.st#L31-L34
Factoring…
-
I run your Chat client/server example but at home screen, I am getting the message as disconnected and while I try to send message getting below exceptions.
```
[VERBOSE-2:ui_dart_state.cc(148)] …
-
Version: 9.4.5 (and any other versions with rcon)
Running almost any informational text command over rcon results in a null reference exception. I'm assuming the server is attempting to send the te…
-
Following the [issue](https://github.com/GetStream/stream-chat-swift/issues/2731) of unreliable reactions on pinned messages, I noticed a weird behavior.
Adding or removing a reaction will result i…
-
In the ChatClient (or any client) it would be nice to have a timeout for the HttpRequest:
```
private HttpRequest createPostRequest(CreateChatCompletionRequest request, Long requestTimeout) {
…
-
请教大佬:
版本:2.0.0-beta4
传msgUid,调用chatClient.chatsStream(message, msgUid),报错如下:
2024-07-26 13:16:51.676 [reactor-http-nio-2] ERROR reactor.netty.channel.ChannelOperationsHandler:324 - [be2b9354-1, L:/…
-
Creating drop shadow effect for text in the chatbox. This should make reading the chat with different colors easier.
Stacker already did some work on this
https://github.com/Foereaper/ChatClient/c…
-
### Library name and version
Azure.AI.OpenAI 2.0.0-beta.1
### Describe the bug
Using the OpenAI library against a "serverless" Azure ML endpoint (i.e. `https://whatever-whatever-whatever-serverless…
-
Here's my class...
`public class ChatClient : SslClient
{
public ChatClient(SslContext context, string address, int port) : base(context, address, port)
{
}
…