We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4335e commit 9e7f172Copy full SHA for 9e7f172
src/api/providers/fetchers/io-intelligence.ts
@@ -117,7 +117,7 @@ export async function getIOIntelligenceModels(apiKey?: string): Promise<ModelRec
117
if (apiKey) {
118
headers.Authorization = `Bearer ${apiKey}`
119
} else {
120
- console.error("You have to provide an api KEY")
+ console.error("You have to provide an API key")
121
throw new Error("Invalid API Key for IO Intelligence")
122
}
123
0 commit comments