Khaledmd12 commited on
Commit
0749f90
1 Parent(s): 3b43632

Update mech_bot_monitor_eval.py

Browse files
Files changed (1) hide show
  1. mech_bot_monitor_eval.py +1 -1
mech_bot_monitor_eval.py CHANGED
@@ -257,7 +257,7 @@ from getpass import getpass
257
 
258
  eval_llm = Together( # using together ai for evaluation
259
  model="meta-llama/Meta-Llama-3-8B-Instruct-Turbo",
260
- together_api_key='b8c80a28c275fc6e52e89964a81e68e82e5d1ce6471836c9233a7502d9c1343d',
261
  )
262
 
263
  def start_monitor():
 
257
 
258
  eval_llm = Together( # using together ai for evaluation
259
  model="meta-llama/Meta-Llama-3-8B-Instruct-Turbo",
260
+ together_api_key='b8c80a28c275fc6e52e89964a81e68e82e5d1ce6471836c9233a7502d9c1343d'
261
  )
262
 
263
  def start_monitor():