Skip to content

Commit 9e7f172

Browse files
committed
fix: typo
1 parent bc4335e commit 9e7f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/fetchers/io-intelligence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export async function getIOIntelligenceModels(apiKey?: string): Promise<ModelRec
117117
if (apiKey) {
118118
headers.Authorization = `Bearer ${apiKey}`
119119
} else {
120-
console.error("You have to provide an api KEY")
120+
console.error("You have to provide an API key")
121121
throw new Error("Invalid API Key for IO Intelligence")
122122
}
123123

0 commit comments

Comments
 (0)