| 命令 | 说明 |
|---|---|
gateway |
最核心命令,启动 WebSocket Gateway 服务,是整个系统的运行基础 |
configure |
交互式配置向导,首次使用和修改配置时必用 |
config |
非交互式配置辅助(get/set/unset),脚本化管理配置 |
channels |
管理聊天渠道连接(Telegram、Discord 等),接入消息平台的入口 |
agent |
通过 Gateway 运行一次 agent turn,直接与 AI agent 交互 |
message |
收发消息的核心命令,日常使用频率很高 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| import torch | |
| d = 8192 | |
| x = torch.randn(size=(d, d)).to(torch.bfloat16).to("cuda") | |
| y = torch.randn(size=(d, d)).to(torch.bfloat16).to("cuda") | |
| def fun(x): | |
| for _ in range(50): | |
| x = x @ y.T | |
| return x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Advanced FP4 Performance Test for NVIDIA B200 | |
| This script attempts to access FP4 formats if available | |
| """ | |
| import time | |
| import torch | |
| print(f"PyTorch version: {torch.__version__}") | |
| print(f"CUDA available: {torch.cuda.is_available()}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Qwen3-VL Performance Benchmark</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name iPhone 17 Pro Custom Color Palette | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.3 | |
| // @description iPhone 3D model with full color palette | |
| // @author karminski-牙医 | |
| // @match https://www.apple.com.cn/iphone-17-pro/ | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "generate-1-7-figure-with-nano-banana", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "content": "## Prompt\nCreate a 1/7 scale commercialized figurine of the characters in the picture, in a realistic style, in a real environment. The figurine is placed on a computer desk. The figurine has a round transparent acrylic base, with no text on the base. The content on the computer screen is the Zbrush modeling process of this figurine.Next to the computer screen is a packaging box with rounded corner design and a transparent front window, the figure inside is clearly visible.", | |
| "height": 368, | |
| "width": 304 | |
| }, | |
| "id": "8579984a-dcb8-449c-aef8-3082e2ae6b46", |
(CC-BY-NC-SA 4.0 by karminski-牙医)
Please use three.js to implement a realistic "Elephant Toothpaste" chemical experiment 3D demonstration. All code (including HTML, CSS, JavaScript) must be encapsulated in a single independent HTML file.
Scene Setup:
- Ground Plane: Create a 1000*1000 gray, smooth horizontal plane that can receive shadows.
- Erlenmeyer Flask:
(CC-BY-NC-SA 4.0 by karminski-牙医)
Please use three.js to implement a realistic "firecracker box" 3D explosion chain reaction demonstration. All code (including HTML, CSS, JavaScript) must be encapsulated in a single, standalone HTML file.
Scene Setup:
- Ground Plane: Create a 1000×1000 gray, smooth horizontal plane that can receive shadows. Ground material uses
{color: 0x808080, roughness: 0.8, metalness: 0.1}.
NewerOlder