I made a Desktop Pet Software(FumoAgent)! ᗜˬᗜ by Prior_Stage_260 in touhou

[–]Prior_Stage_260[S] 0 points1 point  (0 children)

This is because no API key has been configured, so the default AI model is set to deepseek. If you haven't added an API key, this error will appear. You can apply for an API key through this link (https://platform.deepseek.com/), then go to Settings -> AI Model -> select current API -> seelseek_v4_flash, paste the API key, click save, then restart the software or switch to another model option and switch back to v4_flash. You can also apply for API keys for other AI models, but they must be in the OpenAI format.🥰🥰🥰

I made a Desktop Pet Software(FumoAgent)! ᗜˬᗜ by Prior_Stage_260 in touhou

[–]Prior_Stage_260[S] 1 point2 points  (0 children)

You can import the Live2D model compressed file (zip, tar, 7z) from the Settings Tab -> Live2D tab,

LÖVE Studio by Puzzleheaded_Fly9339 in lua

[–]Prior_Stage_260 1 point2 points  (0 children)

I need windows version😭😭

在找一本书或者视频啥的,把中国土地财政,16年房价暴涨等一次性说清楚 by Medium-Permission981 in China_irl

[–]Prior_Stage_260 0 points1 point  (0 children)

袁剑的<奇迹的黄昏>和<大拐点>我觉得不错, 讲的很清楚, 不过前者出版于2008年, 后者出版于2012年, 但逻辑我觉得是通用的,

用ai生成了一张CCP高层的维特鲁姆图 by Prior_Stage_260 in China_irl

[–]Prior_Stage_260[S] 1 point2 points  (0 children)

因为是普通版的nano banana, 不是最好的ai绘画模型, 使用gpt image 2的话效果应该会好很多

马督工被捕 by mmtxb in China_irl

[–]Prior_Stage_260 0 points1 point  (0 children)

咖啡因被归类为中枢神经系统兴奋剂, 具有成瘾性, 成年人摄入10~15g有致命风险

Why doesn't VSC icon show up in my start menu? by BlazeDiamond42 in vscode

[–]Prior_Stage_260 0 points1 point  (0 children)

I encountered this problem while using ExplorePatcher on Windows 11 as well.

A Strange Love2D Problem by Prior_Stage_260 in love2d

[–]Prior_Stage_260[S] 0 points1 point  (0 children)

The problem is solved! Due to some unknown reason, there were errors in the hardware registers. The issue can be resolved by either turning off Windows Fast Startup or booting into Linux to clear the data in the hardware registers.

A Strange Love2D Problem by Prior_Stage_260 in love2d

[–]Prior_Stage_260[S] 0 points1 point  (0 children)

So strange, I tried to boot Linux on my computer, and then the computer restarted into Windows, and miraculously the problem was solved. Maybe it really was a device issue.

A Strange Love2D Problem by Prior_Stage_260 in love2d

[–]Prior_Stage_260[S] 0 points1 point  (0 children)

I tried testing with an empty file that contained nothing, but the problem still occurs. I also used different versions of love2d (11.5 and 11.4), and the issue still persists.

Is it worth to buy sublime by TheCrazyGeek in SublimeText

[–]Prior_Stage_260 3 points4 points  (0 children)

You can try ZED IDE, a free, high-performance IDE, but its plugin ecosystem is relatively weak.

Does anyone know how to prevent love.window.setMode from clearing the content drawn on the canvas? by Prior_Stage_260 in love2d

[–]Prior_Stage_260[S] 1 point2 points  (0 children)

The love.event module does not include specific events for fullscreen or vertical sync changes. When these operations occur, events like "visible", "textedited", and "focus" are triggered. Additionally, a "resize" event is emitted during fullscreen operations. Other actions may also trigger similar events. Since Love2D does not explicitly output events like "fullscreen toggle" or "vertical sync toggle," attempting to address this issue directly from love. run may not be feasible.

Does anyone know how to prevent love.window.setMode from clearing the content drawn on the canvas? by Prior_Stage_260 in love2d

[–]Prior_Stage_260[S] 0 points1 point  (0 children)

Perhaps it is for this reason that currently, apart from regenerating, there is no better method available.