Feat : console log
This commit is contained in:
parent
50990e84b4
commit
4903a9b2cb
15 changed files with 323 additions and 30 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue