1
0

feat: Introduce a pluggable LLM provider system with token extraction, pricing, and updated setup configuration.

This commit is contained in:
2026-03-05 22:02:22 +01:00
parent 4476cc7f15
commit c7e7976d9d
12 changed files with 499 additions and 28 deletions

View File

@@ -7,7 +7,8 @@ internal sealed class AnchorConfig
{
public string ApiKey { get; set; } = "";
public string Model { get; set; } = "qwen/qwen3.5-397b-a17b";
public string Provider { get; set; } = "openrouter";
public string Endpoint { get; set; } = "https://openrouter.ai/api/v1";
// ── Persistence ──────────────────────────────────────────────────────
private static string ConfigPath =>