Khaledmd12 commited on
Commit
3b43632
1 Parent(s): 66b9a0a

Update mech_bot_monitor_eval.py

Browse files
Files changed (1) hide show
  1. mech_bot_monitor_eval.py +2 -2
mech_bot_monitor_eval.py CHANGED
@@ -253,11 +253,11 @@ from langchain_together import Together
253
  from getpass import getpass
254
 
255
 
256
- api_key = getpass("Enter your Together AI API key: ")
257
 
258
  eval_llm = Together( # using together ai for evaluation
259
  model="meta-llama/Meta-Llama-3-8B-Instruct-Turbo",
260
- together_api_key=api_key,
261
  )
262
 
263
  def start_monitor():
 
253
  from getpass import getpass
254
 
255
 
256
+ # api_key = getpass("Enter your Together AI API key: ")
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():