File size: 775 Bytes
1ccbe7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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';