Spaces:
Sleeping
Sleeping
GitHub Actions commited on
Commit ·
09893b6
1
Parent(s): 09707d8
Deploy SIN-Code-Integration from GitHub Actions
Browse files
clients/codex-config.toml
CHANGED
|
@@ -2,5 +2,4 @@
|
|
| 2 |
|
| 3 |
[agent]
|
| 4 |
name = "SIN-Code-Integration"
|
| 5 |
-
endpoint = "http://127.0.0.1:
|
| 6 |
-
|
|
|
|
| 2 |
|
| 3 |
[agent]
|
| 4 |
name = "SIN-Code-Integration"
|
| 5 |
+
endpoint = "http://127.0.0.1:7860/a2a/v1"
|
|
|
cloudflared/config.example.yml
CHANGED
|
@@ -2,6 +2,5 @@ tunnel: sin-code-integration
|
|
| 2 |
credentials-file: /etc/cloudflared/sin-code-integration.json
|
| 3 |
ingress:
|
| 4 |
- hostname: sin-code-integration.delqhi.com
|
| 5 |
-
service: http://127.0.0.1:
|
| 6 |
- service: http_status:404
|
| 7 |
-
|
|
|
|
| 2 |
credentials-file: /etc/cloudflared/sin-code-integration.json
|
| 3 |
ingress:
|
| 4 |
- hostname: sin-code-integration.delqhi.com
|
| 5 |
+
service: http://127.0.0.1:7860
|
| 6 |
- service: http_status:404
|
|
|