- proxy/go.mod: github.com/ardenone/zai-proxy → git.ardenone.com/jedarden/zai-proxy - dashboard/go.mod: github.com/ardenone/ardenone-cluster/containers/zai-proxy-dashboard → git.ardenone.com/jedarden/zai-proxy/dashboard - Update all Go import paths in proxy/ and dashboard/ to match new module paths - Add proxy/evaluation/ package (was missing from initial commit) - Add docs/plan/plan.md with architecture, security model, telemetry design, and migration checklist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
131 B
Python
6 lines
131 B
Python
"""Z.AI Proxy Evaluation Framework
|
|
|
|
Compares token counts from z.ai proxy with Anthropic API responses.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|