diff --git a/src/main.tsx b/src/main.tsx index d96d031..a9e473f 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -100,7 +100,7 @@ const App = () => { try { const chatGPTResponse = await axios.post( - completionEndpoint + '/eliza/message', + completionEndpoint + '/ruby/message', { text, },