mirror of
https://github.com/Tony0410/quietthanks.git
synced 2026-05-24 21:31:41 +08:00
- Support OpenRouter, OpenAI, and Anthropic providers - Fetch available models after entering API key - OpenRouter sorted by price (cheapest first) - Store provider, model, and key per user - Update reflections API to use selected provider/model Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE `users` ADD `llm_provider` text;--> statement-breakpoint
|
|
ALTER TABLE `users` ADD `llm_model` text; |