gitarsenal-cli 1.9.51 → 1.9.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.venv_status.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"created":"2025-08-
|
|
1
|
+
{"created":"2025-08-12T12:09:30.316Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
|
package/package.json
CHANGED
|
@@ -135,9 +135,9 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
|
135
135
|
modal_token_id = os.environ.get("MODAL_TOKEN_ID")
|
|
136
136
|
modal_token = os.environ.get("MODAL_TOKEN")
|
|
137
137
|
openai_api_key = os.environ.get("OPENAI_API_KEY")
|
|
138
|
-
print(f"🔍 token exists: {'Yes' if modal_token_id else 'No'}")
|
|
139
|
-
print(f"🔍 token exists: {'Yes' if modal_token else 'No'}")
|
|
140
|
-
print(f"🔍 openai_api_key exists: {'Yes' if openai_api_key else 'No'}")
|
|
138
|
+
# print(f"🔍 token exists: {'Yes' if modal_token_id else 'No'}")
|
|
139
|
+
# print(f"🔍 token exists: {'Yes' if modal_token else 'No'}")
|
|
140
|
+
# print(f"🔍 openai_api_key exists: {'Yes' if openai_api_key else 'No'}")
|
|
141
141
|
if modal_token_id:
|
|
142
142
|
# print(f"🔍 token length: {len(modal_token_id)}")
|
|
143
143
|
pass
|