SPB Git

spb/zyquo-router Public MIT

One local endpoint, every AI provider — a private OpenAI-compatible LLM gateway for your Mac (170 models, 12 providers).

Swift 95.7% Python 2.3% Shell 1.2% Makefile 0.9%
307 B · 18 lines swift
Raw Blame History
1//2//  ZyquoRouterTests.swift3//  Zyquo Router4//5//  Author: Simon-Pierre Boucher6//  Mail: contact@spboucher.ai7//8//  Placeholder suite; translation-fixture tests land in Phase 3.9//1011import XCTest1213final class ZyquoRouterTests: XCTestCase {14    func testScaffold() {15        XCTAssertTrue(true)16    }17}18