mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Replace Zapier webhook with feedback.litellm.ai endpoint (#21705)
This commit is contained in:
parent
d5fa49fbb7
commit
33d49e92cb
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export function SurveyModal({ isOpen, onClose, onComplete }: SurveyModalProps) {
|
|||
return reasonLabels[r] || r;
|
||||
});
|
||||
|
||||
await fetch("https://hooks.zapier.com/hooks/catch/16331268/ugms6w0/", {
|
||||
await fetch("https://feedback.litellm.ai/", {
|
||||
method: "POST",
|
||||
mode: "no-cors",
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue