Openyx commited on
Commit
2d1ebb2
·
verified ·
1 Parent(s): 5fa5166

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
  set -e
3
 
4
- SUBDOMAIN=${LT_SUBDOMAIN:-google}
5
 
6
  # Start g4f API server in background
7
  python -m g4f --port 7860 &
 
1
  #!/bin/bash
2
  set -e
3
 
4
+ SUBDOMAIN=${LT_SUBDOMAIN:-vercel}
5
 
6
  # Start g4f API server in background
7
  python -m g4f --port 7860 &