Skip to content

Commit f9dce3f

Browse files
committed
fix(typo in base.js):
1 parent 6e99dfd commit f9dce3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agentic_security/static/base.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Content-Type: application/json
101101
]
102102
`,
103103
`POST ${SELF_URL}/v1/self-probe-file
104-
Authorization: Bearer $GROQ_API_KEY
104+
Authorization: Bearer $API_KEY
105105
Content-Type: multipart/form-data
106106
107107
{
@@ -204,8 +204,9 @@ let LLM_CONFIGS = [
204204
{ name: 'Claude', prompts: 40000, logo: '/icons/claude.png' },
205205
{ name: 'Cohere', prompts: 40000, logo: '/icons/cohere.png' },
206206
{ name: 'Azure OpenAI', prompts: 40000, logo: '/icons/azureai.png' },
207-
{ name: 'OpenRouter.ai', prompts: 40000, logo: '/icons/openrouter.png' },
208207
{ name: 'assemblyai', prompts: 40000, logo: fallbackIcon },
208+
{ name: 'OpenRouter.ai', prompts: 40000, logo: '/icons/openrouter.png' },
209+
209210
];
210211
function has_image(spec) {
211212
return spec.includes('<<BASE64_IMAGE>>');

0 commit comments

Comments
 (0)