Skip to content

Commit

Permalink
try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
microchipgnu committed Jan 22, 2025
1 parent a96ef0a commit c5aba60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export async function startApiServer(
accountId: "anon",
spec: {},
},
apiUrl: "https://mintbase-wallet-git-local-agent-bitteprotocol.vercel.app/api/v1/chat", // TODO: change to "https://wallet.bitte.ai/api/v1/chat",
apiUrl:
"https://mintbase-wallet-git-local-agent-bitteprotocol.vercel.app/api/v1/chat", // TODO: change to "https://wallet.bitte.ai/api/v1/chat",
bitteApiKey: apiConfig.key,
bitteApiUrl: apiConfig.url,
};
Expand Down

0 comments on commit c5aba60

Please sign in to comment.