Spaces:
Sleeping
Sleeping
Update utils/helper.py
Browse files- 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["
|
| 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:
|