mirror of
https://github.com/arjunkomath/openclaw-railway-template.git
synced 2026-08-14 00:48:11 +00:00
Clean up
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ RUN npm install -g clawhub@latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN corepack enable && pnpm install --frozen-lockfile --prod
|
||||
|
||||
COPY src ./src
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
allowBuilds:
|
||||
node-pty: true
|
||||
onlyBuiltDependencies:
|
||||
- node-pty
|
||||
@@ -57,7 +57,6 @@
|
||||
|
||||
get authRequiresSecret() {
|
||||
return ![
|
||||
'openai-codex',
|
||||
'openai-codex-device-code',
|
||||
'xai-device-code',
|
||||
'google-gemini-cli',
|
||||
@@ -70,7 +69,6 @@
|
||||
|
||||
get isDeviceCode() {
|
||||
return [
|
||||
'openai-codex',
|
||||
'openai-codex-device-code',
|
||||
'xai-device-code'
|
||||
].includes(this.selectedAuth);
|
||||
@@ -753,7 +751,7 @@ openclaw models set anthropic/claude-sonnet-4-20250514</code></pre>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="label">Model</label>
|
||||
<input x-model="model" type="text" placeholder="e.g. xai/grok-4.3, openai-codex/gpt-5.5, openai/gpt-4.1" class="input" />
|
||||
<input x-model="model" type="text" placeholder="e.g. xai/grok-4.3, openai/gpt-4.1, anthropic/claude-opus-4-8" class="input" />
|
||||
<p class="form-hint">Format: provider/model-name</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user