Rakeshkanche commited on
Commit
aa4397d
·
verified ·
1 Parent(s): c531d6e

Update utils/helper.py

Browse files
Files changed (1) hide show
  1. utils/helper.py +1 -1
utils/helper.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  from together import Together
5
 
6
 
7
- client = Together(api_key=os.environ["bd341d09d9d70b6b31f8a02e9e364b8cc1ec89c05dc4229f798026a2408848da"])
8
 
9
 
10
  def call_llama(prompt: str) -> str:
 
4
  from together import Together
5
 
6
 
7
+ client = Together(api_key=os.environ["TOGETHER_API_KEY"])
8
 
9
 
10
  def call_llama(prompt: str) -> str: