Add tests, fix CF-42

This commit is contained in:
afik.cohen 2024-01-05 19:07:39 -08:00
parent 05e0221f85
commit 168634dbdf

View file

@ -5,8 +5,8 @@ import requests
from codeflash.code_utils.env_utils import get_codeflash_api_key
from codeflash.github.PrComment import PrComment
# CFAPI_BASE_URL = "https://app.codeflash.ai"
CFAPI_BASE_URL = "http://localhost:3001"
CFAPI_BASE_URL = "https://app.codeflash.ai"
# CFAPI_BASE_URL = "http://localhost:3001"
CFAPI_HEADERS = {"Authorization": f"Bearer {get_codeflash_api_key()}"}