Openyx commited on
Commit
63b07c0
·
verified ·
1 Parent(s): cfffcb1

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:-gpt4free}
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:-google}
5
 
6
  # Start g4f API server in background
7
  python -m g4f --port 7860 &