Feat : console log

This commit is contained in:
decolua 2026-03-02 09:31:16 +07:00
parent 50990e84b4
commit 4903a9b2cb
15 changed files with 323 additions and 30 deletions

View file

@ -29,6 +29,11 @@ export const API_ENDPOINTS = {
auth: "/api/auth",
};
export const CONSOLE_LOG_CONFIG = {
maxLines: 200,
pollIntervalMs: 1000,
};
// Provider API endpoints (for display only)
export const PROVIDER_ENDPOINTS = {
openrouter: "https://openrouter.ai/api/v1/chat/completions",