this post was submitted on 29 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

https://huggingface.co/deepseek-ai/deepseek-llm-67b-chat

https://huggingface.co/deepseek-ai/deepseek-llm-67b-base

Knowledge cutoff May 2023, not bad.

Online demo: https://chat.deepseek.com/ (Google oauth login)

another Chinese model, demo is censored by keywords, not that censored on local.

you are viewing a single comment's thread
view the rest of the comments
[–] Independent_Key1940@alien.top 1 points 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!