sanch1tx's picture
Upload 24 files
1ccbe7c verified
raw
history blame contribute delete
775 Bytes
// GROQ API configuration (only for reasoning)
export const GROQ_API_KEYS = [
'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',
];
export const GROQ_API_URL = 'https://api.groq.com/openai/v1/chat/completions';
export const GROQ_MODEL_REASONER = 'deepseek-r1-distill-llama-70b';
// Pollinations API configuration
export const POLLINATIONS_API_URL = 'https://text.pollinations.ai/openai/v1/chat/completions';
export const POLLINATIONS_MODEL_TEXT = 'openai-large';
export const POLLINATIONS_MODEL_VISION = 'openai-large';
export const POLLINATIONS_MODEL_FALLBACK = 'openai';
export const POLLINATIONS_MODEL_SEARCH = 'searchgpt';
// Tactiq API configuration
export const TACTIQ_API_URL = 'https://cors.alwaysdata.net/https://tactiq-apps-prod.tactiq.io/transcript';