Skip to content

Commit

Permalink
ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 13, 2024
1 parent a051339 commit 2c59804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const App = () => {

try {
const chatGPTResponse = await axios.post(
completionEndpoint + '/eliza/message',
completionEndpoint + '/ruby/message',
{
text,
},
Expand Down

0 comments on commit 2c59804

Please sign in to comment.