i have created a simple way to try the new LLM called DeepSeek V3.
here is a picture of the blocks:
you have to obtain your own deepseek v3 api key. start from https://platform.deepseek.com/ and look for api key. (Note: you do have to pay for it but during this introductory period the rate is a fraction of the normal rate! $0.014 vs $0.07 per 1M input tokens!)
Hi, how can I abort the request if its taking too long for deepseek to response. For example, I only set 40 seconds. If there is no response within that, the request will be aborted. Thank you.
here’s a sample screenshot of output - you get a momentary error message that flashes but you do have the ability to catch the error (see textbox after the button)
Hi there again,
Deepseek just launched V3-0324 version. I changed the model to deepseek-chat-v3-0324 and url to https://api.deepseek.com/v1/chat/completions but I am having this error:
Segment: text length is negative six
When I tried to revert from the original blocks, with no changes, everything is fine. I just wanna try the new version and check if there is an improvement.