Skip to content

Commit

Permalink
- eternal ai
Browse files Browse the repository at this point in the history
  • Loading branch information
genesis-0000 committed Nov 19, 2024
1 parent d43a2ac commit 516ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function App() {
setLoading(true);

try {
const res = await fetch(`/api/${stringToUuid("Eliza")}/message`, {
const res = await fetch(`https://eliza-api.eternalai.org/${stringToUuid("Eliza")}/message`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 516ee7b

Please sign in to comment.