File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
from crucible_api import CrucibleClient
11
11
12
12
# 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!)
14
14
load_dotenv ()
15
- BASE_URL = "https://vllm .i.staging- crucible.dreadnode.io/v1"
15
+ BASE_URL = "https://olmo .i.crucible.dreadnode.io/v1"
16
16
API_KEY = os .getenv ("CRUCIBLE_API_KEY" )
17
17
18
18
# Connect to the OLMo API and use it to generate a response
73
73
# client = CrucibleClient()
74
74
75
75
# 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!
You can’t perform that action at this time.
0 commit comments