gitarsenal-cli 1.7.2 → 1.7.3
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/package.json
CHANGED
@@ -880,7 +880,7 @@ def call_openai_for_debug(command, error_output, api_key=None, current_dir=None,
|
|
880
880
|
print("💡 To enable LLM debugging, set the OPENAI_API_KEY environment variable")
|
881
881
|
return None
|
882
882
|
|
883
|
-
print(f"✅ OpenAI API key available (length: {len(api_key)})")
|
883
|
+
# print(f"✅ OpenAI API key available (length: {len(api_key)})")
|
884
884
|
|
885
885
|
# Gather additional context to help with debugging
|
886
886
|
directory_context = ""
|
@@ -1618,7 +1618,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
1618
1618
|
"python3", "python3-pip", "build-essential", "tmux", "screen", "nano",
|
1619
1619
|
"gpg", "ca-certificates", "software-properties-common"
|
1620
1620
|
)
|
1621
|
-
.
|
1621
|
+
.uv_pip_install("uv", "modal", "requests", "openai") # Remove problematic CUDA packages
|
1622
1622
|
.run_commands(
|
1623
1623
|
# Create SSH directory
|
1624
1624
|
"mkdir -p /var/run/sshd",
|
@@ -880,7 +880,7 @@ def call_openai_for_debug(command, error_output, api_key=None, current_dir=None,
|
|
880
880
|
print("💡 To enable LLM debugging, set the OPENAI_API_KEY environment variable")
|
881
881
|
return None
|
882
882
|
|
883
|
-
print(f"✅ OpenAI API key available (length: {len(api_key)})")
|
883
|
+
# print(f"✅ OpenAI API key available (length: {len(api_key)})")
|
884
884
|
|
885
885
|
# Gather additional context to help with debugging
|
886
886
|
directory_context = ""
|
@@ -1618,7 +1618,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
1618
1618
|
"python3", "python3-pip", "build-essential", "tmux", "screen", "nano",
|
1619
1619
|
"gpg", "ca-certificates", "software-properties-common"
|
1620
1620
|
)
|
1621
|
-
.
|
1621
|
+
.uv_pip_install("uv", "modal", "requests", "openai") # Remove problematic CUDA packages
|
1622
1622
|
.run_commands(
|
1623
1623
|
# Create SSH directory
|
1624
1624
|
"mkdir -p /var/run/sshd",
|