File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
105105Content-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] ;
210211function has_image ( spec ) {
211212 return spec . includes ( '<<BASE64_IMAGE>>' ) ;
You can’t perform that action at this time.
0 commit comments