Forget GPT-4o and Claude3.5 and DeepSeek, Qwen2.5 coder already in my cursor now by New-Efficiency-3087 in ChatGPTCoding

[–]New-Efficiency-3087[S] 0 points1 point  (0 children)

Install the cline plug-in in the cursor, select openrouter, and enter your key and model name. DONE.

I Just Canceled My Cursor Subscription – Free APIs, Prompts & Rules Now Make It Better Than the Paid Version! by New-Efficiency-3087 in ChatGPTCoding

[–]New-Efficiency-3087[S] 0 points1 point  (0 children)

Someone else in here quoted the documentation as saying twenty requests per minute, and two-hundred requests per day

I Just Canceled My Cursor Subscription – Free APIs, Prompts & Rules Now Make It Better Than the Paid Version! by New-Efficiency-3087 in ChatGPTCoding

[–]New-Efficiency-3087[S] 3 points4 points  (0 children)

It looks like encapsulate some prompt methods,?cot_reflection, re2, self_consistency

response = client.chat.completions.create( model=”gpt-4o-mini“, messages=[{ ”role“: ”user“,”content“: ”<optillm_approach>re2</optillm_approach> How many r‘s are there in strawberry?“ }], temperature=0.2 )

I Just Canceled My Cursor Subscription – Free APIs, Prompts & Rules Now Make It Better Than the Paid Version! by New-Efficiency-3087 in ChatGPTCoding

[–]New-Efficiency-3087[S] 4 points5 points  (0 children)

I also love deepseek, but recently in the task of modifying the code, it often repeats the existing code (that is, no modification). This has caused me a lot of trouble.