File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 99LOOKUP_ENDPOINT = f"https://{ MODAL_PREFIX } --cli-lookup.modal.run"
1010RUN_ON_PR_ENDPOINT = f"https://{ MODAL_PREFIX } --cli-run-on-pull-request.modal.run"
1111PR_LOOKUP_ENDPOINT = f"https://{ MODAL_PREFIX } --cli-pr-lookup.modal.run"
12-
13- # Base URLs
14- CODEGEN_API_URL = "https://api.codegen.sh"
15- CODEGEN_WEB_URL = "https://codegen.sh"
16-
17- # API endpoints
18- CODEGEN_API_DOCS = f"{ CODEGEN_API_URL } /docs"
19- CODEGEN_API_EXAMPLES = f"{ CODEGEN_API_URL } /examples"
20- CODEGEN_API_CODEMOD = f"{ CODEGEN_API_URL } /codemod"
21- CODEGEN_API_CODEMOD_DEPLOY = f"{ CODEGEN_API_URL } /codemod/deploy"
22- CODEGEN_API_CODEMOD_DEPLOY_STATUS = f"{ CODEGEN_API_URL } /codemod/deploy/status"
23- CODEGEN_API_CODEMOD_DEPLOY_CANCEL = f"{ CODEGEN_API_URL } /codemod/deploy/cancel"
24- CODEGEN_API_CODEMOD_DEPLOY_LOGS = f"{ CODEGEN_API_URL } /codemod/deploy/logs"
25-
26- # Web URLs
27- CODEGEN_WEB_PLAYGROUND = f"{ CODEGEN_WEB_URL } /playground"
28- CODEGEN_WEB_DOCS = f"{ CODEGEN_WEB_URL } /docs"
29-
30- # System prompt URL
3112CODEGEN_SYSTEM_PROMPT_URL = "https://gist.githubusercontent.com/jayhack/15681a2ceaccd726f19e6fdb3a44738b/raw/17c08054e3931b3b7fdf424458269c9e607541e8/codegen-system-prompt.txt"
You can’t perform that action at this time.
0 commit comments