• Independent_Key1940@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I asked it to create a simple chat interface to talk with open ai’s gpt 3.5 api and to use stream = true option. On the first try, it didn’t know how to handle the stream, so it simply used res.json(). After that, I told it that we needed to take care of streaming text in a special way. It understood this and wrote the correct code. Overall, I’m quite impressed. Way to go deepseak coder!