惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
L
LangChain Blog
腾讯CDC
大猫的无限游戏
大猫的无限游戏
U
Unit 42
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
The GitHub Blog
The GitHub Blog
博客园_首页
GbyAI
GbyAI

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL). mempalace/agent at agent · skorotkiewicz/mempalace
GitHub - Skynet-Pro-Plus/modeldocker: ModelDocker - Simpl...
Skynetproplu · 2026-05-10 · via Hacker News - Newest: "LLM"

A Windows desktop AI chat client for OpenRouter.

ModelDocker gives you a clean local desktop interface for chatting with OpenRouter models, managing conversations, switching themes, and working with model capabilities from one app.

ModelDocker banner

Screenshot

ModelDocker desktop app screenshot

Download

Download the Windows executable:

ModelDocker.exe

Run the file, enter your OpenRouter API key, choose a model, and start chatting.

Note: For public releases, GitHub Releases are usually the best place to attach ModelDocker.exe. The file is also kept in dist/ for this repo.

Highlights

  • OpenRouter desktop client with streaming chat completions.
  • Model browser with search, capability hints, pricing, and context information.
  • Multi-session history so conversations can be reopened, renamed, or deleted.
  • Power-user composer with model filters, temperature control, attachments, image actions, and video actions where supported.
  • Dark and light themes with settings saved locally.
  • Local conversation storage under %USERPROFILE%\.modeldocker\.

Quick Start

Use the app

  1. Download dist/ModelDocker.exe.
  2. Double-click the executable.
  3. Paste your OpenRouter API key when prompted.
  4. Pick a model and chat.

Run from source

git clone https://github.com/Skynet-Pro-Plus/modeldocker.git
cd modeldocker
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python main.py

For a no-console launch on Windows, run ModelDocker.bat or launch.pyw.

Privacy

  • Your OpenRouter API key is validated with OpenRouter and is not sent anywhere else by ModelDocker.
  • On Windows, the key is stored through Windows Credential Manager via keyring when available.
  • If Credential Manager is unavailable, a local fallback file is used at %USERPROFILE%\.modeldocker\config.json.
  • Sessions and preferences are stored locally under %USERPROFILE%\.modeldocker\.

Build the Windows Exe

To rebuild dist\ModelDocker.exe:

pip install -r requirements.txt -r requirements-build.txt
.\build_onefile.ps1

The build uses ModelDocker.spec and expects ICON.ico in the repository root. PyInstaller's generated build/ folder is intentionally ignored.

Test

Run the headless smoke test:

python smoke_test.py

Project Layout

Path Purpose
main.py Console entry point
launch.pyw No-console Windows launcher
ModelDocker.bat Double-click launcher
openrouter_client.py OpenRouter API client
settings_store.py API key and preference storage
session_store.py Local chat session storage
ui/ PySide6 interface
ModelDocker.spec PyInstaller build recipe
build_onefile.ps1 One-command exe build

Contributing

See CONTRIBUTING.md for setup, test, and build notes.

License

ModelDocker is released under the MIT License.