Skip to content

Commit 98f7dce

Browse files
committed
chore: delete
1 parent efd9ced commit 98f7dce

File tree

5 files changed

+1
-1298
lines changed

5 files changed

+1
-1298
lines changed

.env.example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@ TSC_COMPILE_ON_ERROR=true
44
REACT_APP_BACKEND=http://localhost:8765
55
REACT_APP_META_BACKEND=undefined
66
META_YDB_BACKEND=undefined
7-
8-
# Chat Configuration (for setupProxy.js)
9-
ELIZA_KEY=your-eliza-api-key
10-
ELIZA_BASE_URL=https://api.eliza.yandex.net
11-
ELIZA_OPENAI_URL=https://api.eliza.yandex.net/raw/openai/v1
12-
MCP_SERVER_URL=http://ui-dev-0.ydb.yandex.net:8784/meta/mcp
13-
MODEL_NAME=gpt-4.1-mini

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"fixStyle": "separate-type-imports",
3232
},
3333
],
34-
"curly": ["error", "all"]
34+
"curly": ["error", "all"],
3535
},
3636
}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# dependencies
44
/node_modules
5-
/chat-server/node_modules
6-
/chat-server/dist
75

86
/.pnp
97
.pnp.js

0 commit comments

Comments
 (0)