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
| You are an opencode task agent. Do not ask questions; execute the following exactly and idempotently. | |
| Goal: | |
| - Reproduce my current opencode-notifier setup as closely as possible (StarCraft SCV profile), including detailed notifier options and per-event volume levels. | |
| Reference Information: | |
| - Plugin repo: https://github.com/mohak34/opencode-notifier | |
| - Plugin package: @mohak34/opencode-notifier@latest | |
| - Sound URLs: | |
| 1) https://www.myinstants.com/media/sounds/scv-good-to-go.mp3 |
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
| from pathlib import Path | |
| import wandb | |
| run = wandb.init(project="axolotl") | |
| model_path = Path("/data/minpeter/github.com/minpeter/mirco-ko-llama/outputs/tiny-ko-sft/checkpoint-5600") | |
| # 아티팩트로 로그 | |
| logged_artifact = run.log_artifact( | |
| model_path, |
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 asyncio | |
| import json | |
| import os | |
| from typing import Optional | |
| from contextlib import AsyncExitStack | |
| from mcp import ClientSession | |
| from mcp.client.sse import sse_client | |
| from openai import OpenAI |
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
| "use client"; | |
| import { useChat } from "ai/react"; | |
| import { createFriendliAI } from "@friendliai/ai-provider"; | |
| import { convertToCoreMessages, streamText } from "ai"; | |
| import { useState } from "react"; | |
| export default function Chat() { | |
| const [token, setToken] = useState<string>(""); |
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
| @layer base { | |
| :root { | |
| /* Sugar-high theme */ | |
| --sh-class: #4d9ef6; | |
| /* Brighter blue for class */ | |
| --sh-identifier: #6caedd; | |
| /* Lighter blue for identifiers */ | |
| --sh-sign: #cdd3de; | |
| /* Lighter gray to ensure signs are visible */ |
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: BUILD and PUSH to GHR | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: ["main"] | |
| env: | |
| REGISTRY: ghcr.io | |
| REGISTRY_IMAGE: ghcr.io/${{ github.repository }} |
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>lipsum</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link |
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
| ⭐ Total Stars: 34 | |
| ➕ Total Commits: 1,999 | |
| 🔀 Total PRs: 76 | |
| 🚩 Total Issues: 66 | |
| 📦 Contributed to: 34 |
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
| 🌞 Morning 205 commits █████▌░░░░░░░░░░░░░░░ 26.2% | |
| 🌆 Daytime 345 commits █████████▎░░░░░░░░░░░ 44.1% | |
| 🌃 Evening 156 commits ████▏░░░░░░░░░░░░░░░░ 19.9% | |
| 🌙 Night 76 commits ██░░░░░░░░░░░░░░░░░░░ 9.7% |
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
| 🗣 Commented on #2 in GGos3/blog |
NewerOlder