Skip to content

Commit 0794615

Browse files
authored
remove stability client
1 parent fc0bde5 commit 0794615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

miner/miner.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
claude_client = AsyncAnthropic()
5757
claude_client.api_key = claude_key
5858

59-
stability_api = stability_client.StabilityInference(
60-
key=stability_key,
61-
verbose=True,
62-
)
59+
# stability_api = stability_client.StabilityInference(
60+
# key=stability_key,
61+
# verbose=True,
62+
# )
6363

6464
# Anthropic
6565
# Only if using the official claude for access instead of aws bedrock

0 commit comments

Comments
 (0)