uknowWho

Results 22 comments of uknowWho

I am using linux and that is the only line it is showing. I tried to use the Cohere Command-r model. With GPT-4 it works

Is this feature already added . Or does anyone know any resources related to it

I would like to take on this and how may I start. A little example would be helpful

I am also facing the same issue

Can you point to the place where to start to incorporate other models ?

I am seeing this issues while in codespaces

``` char *get_next_line(int fd) { char *buffer; char *line; static char *storage; if (fd < 0 || BUFFER_SIZE

```c #include int main(void) { int a; int b; a = 0; b = 0; while (1000) a += b; } ``` Same issue. But yes multiple assignments when written...