mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
feat: Remove test token
This commit is contained in:
@@ -83,6 +83,4 @@ def fetch_and_json_env_file(env_file_path: str = ".env") -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def get_auth_token():
|
def get_auth_token():
|
||||||
return os.environ.get(
|
return os.environ.get("TOKEN", "<YOUR_API_KEY>")
|
||||||
"TOKEN", "958303356b9a21884a83ddb6e774cc06c6f1dd0e04222fbc5a4e8a9ae02c140e"
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user