ChenyuRabbitLove commited on
Commit
16d9871
·
1 Parent(s): deb8fc1

bugfix: fix minor bugs

Browse files
Files changed (1) hide show
  1. utils/completion_reward.py +3 -3
utils/completion_reward.py CHANGED
@@ -54,9 +54,9 @@ class CompletionReward:
54
  self.gbq_client = bigquery.Client(
55
  credentials=creds, project=service_account_info_dict["project_id"]
56
  )
57
- # self.gcs_client = storage.Client(
58
- # credentials=creds, project=service_account_info_dict["project_id"]
59
- # )
60
 
61
  def get_llm_response(self, player_logs):
62
  agents_responses = {
 
54
  self.gbq_client = bigquery.Client(
55
  credentials=creds, project=service_account_info_dict["project_id"]
56
  )
57
+ self.gcs_client = storage.Client(
58
+ credentials=creds, project=service_account_info_dict["project_id"]
59
+ )
60
 
61
  def get_llm_response(self, player_logs):
62
  agents_responses = {