config.ts

This commit is contained in:
Nipurn123 2024-07-24 23:49:53 +05:30 committed by GitHub
parent b79f27bd02
commit 828e214833
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ interface Config {
OPENAI: string; OPENAI: string;
GROQ: string; GROQ: string;
ANTHROPIC: string; ANTHROPIC: string;
Gemini: string;
}; };
API_ENDPOINTS: { API_ENDPOINTS: {
SEARXNG: string; SEARXNG: string;