EdgeAIG commited on
Commit
ccae8ef
·
verified ·
1 Parent(s): 9c0bd60

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -28
start.sh DELETED
@@ -1,28 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
-
4
- mkdir -p /home/node/.config/opencode
5
-
6
- cat > /home/node/.config/opencode/opencode.json << 'CONFIG'
7
- {
8
- "$schema": "https://opencode.ai/config.json",
9
- "model": "nvidia/meta/llama-3.1-8b-instruct",
10
- "provider": {
11
- "nvidia": {
12
- "npm": "@ai-sdk/openai-compatible",
13
- "name": "NVIDIA NIM",
14
- "options": {
15
- "baseURL": "https://integrate.api.nvidia.com/v1",
16
- "apiKey": "{env:NVIDIA_API_KEY}"
17
- }
18
- }
19
- },
20
- "instructions": ["AGENTS.md"],
21
- "server": {
22
- "port": 7860,
23
- "hostname": "0.0.0.0"
24
- }
25
- }
26
- CONFIG
27
-
28
- exec opencode web --port 7860 --hostname 0.0.0.0