preparing new verison 0.55.1

This commit is contained in:
João Moura
2024-09-07 10:16:07 -07:00
parent 8306e49fb7
commit ede37bc07e
6 changed files with 19 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ class CrewAPI:
"User-Agent": f"CrewAI-CLI/{get_crewai_version()}",
}
self.base_url = getenv(
"CREWAI_BASE_URL", "https://dev.crewai.com/crewai_plus/api/v1/crews"
"CREWAI_BASE_URL", "https://crewai.com/crewai_plus/api/v1/crews"
)
def _make_request(self, method: str, endpoint: str, **kwargs) -> requests.Response: