feat: added perplexity model

This commit is contained in:
Meet Patel
2024-12-14 11:59:10 +05:30
parent 9666b2ab67
commit 8bcd82c9d4
6 changed files with 44 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ interface Env {
GOOGLE_GENERATIVE_AI_API_KEY: string;
MISTRAL_API_KEY: string;
XAI_API_KEY: string;
PERPLEXITY_API_KEY: string;
}