Skip to content

Commit 980b1fa

Browse files
authored
Use extracted runtime (#61)
1 parent e55b798 commit 980b1fa

File tree

3 files changed

+68
-39
lines changed

3 files changed

+68
-39
lines changed

src/commands/dev.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ async function findAvailablePort(startPort: number): Promise<number> {
3737

3838
const API_CONFIG: ApiConfig = {
3939
key: process.env.BITTE_API_KEY!,
40-
url: process.env.BITTE_API_URL || "https://wallet.bitte.ai/api/v1",
40+
url:
41+
process.env.BITTE_API_URL ||
42+
"https://ai-runtime-446257178793.europe-west1.run.app",
4143
serverPort: DEFAULT_PORT,
4244
};
4345

src/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@bitte-ai/chat": "0.0.19",
13+
"@bitte-ai/chat": "^0.0.20",
1414
"@bitte-ai/react": "^0.6.6-beta-prerelease.40",
1515
"@near-wallet-selector/modal-ui": "^8.9.15",
1616
"@tanstack/react-query": "^5.66.0",

src/playground/pnpm-lock.yaml

Lines changed: 64 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)