Skip to content

Instantly share code, notes, and snippets.

View Oladotun-Adekomaya's full-sized avatar
🎯
Focusing

Oladotun Adekomaya Oladotun-Adekomaya

🎯
Focusing
View GitHub Profile
@g023
g023 / ds4_oai_prxy.py
Last active May 26, 2026 06:51
OpenAI-compatible proxy for DeepSeek V4 Flash with intelligent auto context compression features
#!/usr/bin/env python3
"""
Zero-dependency OpenAI-compatible proxy for DeepSeek V4 Flash.
Author: g023
License: MIT
All client‑supplied model and generation parameters are **ignored**.
The proxy always uses the model, max output tokens, and other settings
defined in the global configuration (see --help and the constants below).
@itxtoledo
itxtoledo / typebot-coolify.yaml
Last active March 10, 2026 11:38
Docker Compose for deploying a Typebot instance on Coolify with little to no configuration
x-typebot-common: &typebot-common
depends_on:
postgresql:
condition: service_healthy
# redis:
# condition: service_healthy
maildev:
condition: service_started
x-typebot-env: &typebot-env
@plutozonexyz
plutozonexyz / WinServer2019.md
Last active May 25, 2026 21:14
How to download Windows Server 2019 Evaluation, convert it to Standard, and activate it.