Skip to content

Commit

Permalink
chore: frontend txn params extraction removed
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Nov 13, 2024
1 parent b8db291 commit a53ceb8
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 279 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/interchain-agent/InterchainAgent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const ARKA_BOT_CONFIG = {
subscriber: process.env.NEXT_PUBLIC_BOT_SUBSCRIBER || '',
theme: ARKA_BOT_THEME || {},
conversationalModelURL:
process.env.NEXT_BOT_CONFIG_CONVERSATIONAL_MODEL_API || 'https://2bww74rjrq9jpa-7500.proxy.runpod.net/predict',
process.env.NEXT_BOT_CONFIG_CONVERSATIONAL_MODEL_API || 'https://b5q1synkj6soe9-7501.proxy.runpod.net/predict',
transactionalModelURL:
process.env.NEXT_BOT_CONFIG_TRANSACTIONAL_MODEL_API || 'https://2bww74rjrq9jpa-7501.proxy.runpod.net/predict',
process.env.NEXT_BOT_CONFIG_TRANSACTIONAL_MODEL_API || 'https://b5q1synkj6soe9-7500.proxy.runpod.net/predict',
};

const InterchainAgent = () => {
Expand Down
Loading

0 comments on commit a53ceb8

Please sign in to comment.