Skip to content

Commit

Permalink
remove stability req
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Mar 14, 2024
1 parent 2b52ef3 commit fc0bde5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions miner/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
client = AsyncOpenAI(timeout=60.0)

# Stability
stability_key = os.environ.get("STABILITY_API_KEY")
if not stability_key:
raise ValueError("Please set the STABILITY_KEY environment variable.")
# stability_key = os.environ.get("STABILITY_API_KEY")
# if not stability_key:
# raise ValueError("Please set the STABILITY_KEY environment variable.")

claude_key = os.environ.get("ANTHROPIC_API_KEY")
if not claude_key:
Expand Down

0 comments on commit fc0bde5

Please sign in to comment.