Skip to content

Commit

Permalink
remove stability client
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Mar 14, 2024
1 parent fc0bde5 commit 0794615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions miner/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
claude_client = AsyncAnthropic()
claude_client.api_key = claude_key

stability_api = stability_client.StabilityInference(
key=stability_key,
verbose=True,
)
# stability_api = stability_client.StabilityInference(
# key=stability_key,
# verbose=True,
# )

# Anthropic
# Only if using the official claude for access instead of aws bedrock
Expand Down

0 comments on commit 0794615

Please sign in to comment.