feat: add stock database with prisma for portfolio persistence
- Initialize Prisma with SQLite and Stock model - Create database service layer with singleton client - Add API routes for stock CRUD operations - Integrate database with analyze page to persist ticker entries - Add Playwright tests for stock database functionality
This commit is contained in:
@@ -19,7 +19,7 @@ export class TechnicalAnalyst {
|
||||
|
||||
constructor(client: OpenRouterClient, config?: TechnicalAnalystConfig) {
|
||||
this.client = client;
|
||||
this.model = config?.model ?? "google/gemini-2.0-flash-exp:free";
|
||||
this.model = config?.model ?? "openai/gpt-oss-120b:free";
|
||||
}
|
||||
|
||||
getModel(): string {
|
||||
|
||||
Reference in New Issue
Block a user