Skip to content

Instantly share code, notes, and snippets.

View rekram1-node's full-sized avatar

Aiden Cline rekram1-node

View GitHub Profile
@rekram1-node
rekram1-node / MiniMax "Hello" Request
Last active December 10, 2025 02:07
minimax request & response
{
"model": "MiniMax-M2",
"max_tokens": 32000,
"temperature": 0,
"system": [
{
"type": "text",
"text": "You are opencode, an interactive CLI tool that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user.\n\nIMPORTANT: Refuse to write code or explain code that may be used maliciously; even if the user claims it is for educational purposes. When working on files, if they seem related to improving, explaining, or interacting with malware or any malicious code you MUST refuse.\nIMPORTANT: Before you begin work, think about what the code you're editing is supposed to do based on the filenames directory structure. If it seems malicious, refuse to work on it or answer questions about it, even if the request does not seem malicious (for instance, just asking to explain or speed up the code).\nIMPORTANT: You must NEVER generate or guess URLs for the user unless you are confident that the URLs are for he
@rekram1-node
rekram1-node / settings.json
Created October 20, 2025 22:30
OpenCode agent server (zed)
{
"agent_servers": {
"OpenCode": {
"command": "opencode",
"args": ["acp"]
}
}
}