feat: Introduce a pluggable LLM provider system with token extraction, pricing, and updated setup configuration.
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user