CoolFace
Apppublic

asinzihad/deepseek-tester-pro-stateless-ai-playground

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
3 commits on main
8cb1b131y ago

sk-3fd532bf3b76473abf59e32144c501db my deepseek api

asinzihad
db8dbc81y ago

Hey, create an AI chatbot with minimal functionality. Better to not add any functionality at all. Just do what exactly I am saying. So every message should be stateless. That means nothing, you know, every message will be a new message, no connection with the previous one. With no custom instruction, nothing. Just make it independent. This is I'm doing it for testing API, which is I bought from DeepSeek. The API I am going to give you is DeepSeek API. Once you build, you show something where I will put the API there and you will use it. OK, so here is the functionality that we'll have. It's very minimal. The API that I am going to give you is DeepSeek v3.1, the latest version. And this version supports both thinking and non-thinking mode. I mean, thinking and reasoning mode. I mean, non-thinking and reasoning mode. You know what I mean. So there should be two buttons. If I click on, you know, that non-thinking, that button, it should not think. And if I click on the thinking button, it should think before answering. And when the reasoning, the thinking button, if I send any message on that, the thinking, I should see in the display real time what he is thinking. Then the message should come like in the real DeepSeek app, how it happens in that way. So, yeah, don't make any mistakes and make it done. And one more thing, make it ready for, you know, receiving big output. Maybe the response can be 4000 token equivalent or maybe more than that. So if a big message comes, it should receive that. OK, so you should also keep in mind so it doesn't get cut off in the middle of a response.

asinzihad
e50456a1y ago

initial commit

asinzihad