testConnectionRequest
This commit is contained in:
parent
6787d0dabe
commit
fa25c4ba7a
@ -2290,7 +2290,11 @@ export const testConnectionRequest = async (
|
||||
'Content-Type': 'application/json',
|
||||
[globalLitellmHeaderName]: `Bearer ${accessToken}`
|
||||
},
|
||||
body: JSON.stringify(requestBody)
|
||||
body: JSON.stringify(
|
||||
{
|
||||
litellm_params: requestBody
|
||||
}
|
||||
)
|
||||
});
|
||||
|
||||
// Check for non-JSON responses first
|
||||
|
||||
Loading…
Reference in New Issue
Block a user