AliInamdar commited on
Commit
b7b9aa6
·
verified ·
1 Parent(s): f600ca3

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["TOGETHER_API_KEY"])
8
 
9
 
10
  def call_llama(prompt: str) -> str:
 
4
  from together import Together
5
 
6
 
7
+ client = Together(api_key=os.environ["f2f419e9e636fe7b6cd1bc7ac2e74ed72610efed52f89b48aef68ae88e12d65a"])
8
 
9
 
10
  def call_llama(prompt: str) -> str: