Skip to content

Commit cd058fb

Browse files
authored
Update boilerplate.py
1 parent dc3871a commit cd058fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: boilerplate.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from crucible_api import CrucibleClient
1111

1212
# IMPORTANT! You need to add your Crucible API key to the .env file in this working directory.
13-
# You can get this at https://staging-crucible.dreadnode.io/account (you may need to sign up!)
13+
# You can get this at https://crucible.dreadnode.io/account (you may need to sign up!)
1414
load_dotenv()
15-
BASE_URL = "https://vllm.i.staging-crucible.dreadnode.io/v1"
15+
BASE_URL = "https://olmo.i.crucible.dreadnode.io/v1"
1616
API_KEY = os.getenv("CRUCIBLE_API_KEY")
1717

1818
# Connect to the OLMo API and use it to generate a response
@@ -73,4 +73,4 @@
7373
# client = CrucibleClient()
7474

7575
# submission_id = client.create_submission('path/to/log.json') # Check /logs for the evaluation log
76-
# print('Submission created:', submission_id) # You should be able to now see your submission in the Crucible interface!
76+
# print('Submission created:', submission_id) # You should be able to now see your submission in the Crucible interface!

0 commit comments

Comments
 (0)