全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录


全部 新建 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新

MisterFixx / prompt.js

0 喜欢
0 派生
2 文件
最后活跃于 1746447820
1 import { SlashCommandBuilder } from 'discord.js';
2 import axios from 'axios';
3
4 let prompting = false;
5 const num_gpu_map = {
6 'gemma3:12b': 48,
7 'gemma3:27b': 30,
8 'dolphin-mixtral:8x7b-v2.5': 9,
9 'phi4': 33
10 };

MisterFixx / Delete all cloudflare IP access rules

0 喜欢
0 派生
1 文件
最后活跃于 1745852183
1 import axios from 'axios';
2 import pLimit from 'p-limit';
3 const CONCURRENCY_LIMIT = 2; // setting this to any higher value will make cloudflare block you for 5 minutes
4
5 const api = axios.create({
6 baseURL: 'https://api.cloudflare.com/client/v4',
7 headers: {
8 "X-Auth-Email": "deez",
9 "X-Auth-Key": "peter_griffin",
10 "Content-Type": "application/json"

MisterFixx / zaipline-docker-compose.yaml

0 喜欢
0 派生
1 文件
最后活跃于 1744228299
1 services:
2 postgresql:
3 image: postgres:16
4 restart: unless-stopped
5 env_file:
6 - .env
7 environment:
8 POSTGRES_USER: ${POSTGRESQL_USER:-zipline}
9 POSTGRES_PASSWORD: ${POSTGRESQL_PASSWORD:?POSTGRESSQL_PASSWORD is required}
10 POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 88ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文