Skip to content

Instantly share code, notes, and snippets.

View eddienubes's full-sized avatar
🐒
monkey

Dmytro Tiapukhin eddienubes

🐒
monkey
View GitHub Profile
@eddienubes
eddienubes / Memo.ts
Last active March 10, 2025 20:43
grammY menu pagination
import crypto from 'node:crypto'
type MemoNamespace = {
/**
* Namespace expiration date is expiresAt of the last entry
*/
expiresAt: Date
entries: Map<string, MemoEntry>
}
@eddienubes
eddienubes / anthropic_manifold_pipeline.py
Created July 29, 2024 08:20
Anthropic Manifold Pipeline
"""
title: Anthropic Manifold Pipe
author: justinh-rahb
author_url: https://github.com/justinh-rahb
funding_url: https://github.com/open-webui
version: 0.1.5
license: MIT
"""
import os