Ragy Abraham

Results 40 comments of Ragy Abraham

> I have the same issue in macOS Catalina using python in Anaconda. According to the first answer in [this](https://stackoverflow.com/questions/58702040/dropevent-not-firing-in-pyqt5) link, the issue is caused by conflicts among the related...

Getting the below error when i run the `./run_local.sh dmlab vtrace 2` ``` bash ❯ ./run_local.sh dmlab vtrace 2 [+] Building 30.3s (6/13) => [internal] load build definition from Dockerfile.dmlab...

```rust pub struct RabbitConnect { pub host: String, pub port: u16, pub username: String, pub password: String, } pub async fn connect_rabbitmq(connection_details: &RabbitConnect) -> Result { let mut res =...

Hey @tyler-suard-parker sure. We utilise sockets to stream messages to the FE. We instantiate a socket client and pass that as a callable in the agent config. Then we use...

@Alvaromah I get the below error when I try to run this. _Not_ running openai 1.0 ```bash ERROR:root:Message can't be converted into a valid ChatCompletion message. Either content or function_call...

> > @Alvaromah I get the below error when I try to run this. _Not_ running openai 1.0 > > ```shell > > ERROR:root:Message can't be converted into a valid...

Hey @victordibia thank you for your feedback. I think both of those points are extremely valid. - The generalisation is certainly a bit more tricky, but it's definitely doable. I...

@juan-cnba96 hopefully, both input and output

Hey @juan-cnba96, this is great! Thank you for this. I have a few questions: 1. Did you altogether remove the `_print_received_message` function? If so, I think the idea is to...