yonkoyonks commited on
Commit
68dc9ea
·
verified ·
1 Parent(s): e89bea7

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -58,7 +58,7 @@ Answer (with explanation):
58
  client = InferenceClient(
59
  model="google/gemma-2b-it",
60
  provider="hf-inference",
61
- token=os.environ.get("HUGGINGFACE_API_KEY"),
62
  )
63
 
64
  try:
 
58
  client = InferenceClient(
59
  model="google/gemma-2b-it",
60
  provider="hf-inference",
61
+ token=os.environ.get("HUGGINGFACE_API_TOKEN"),
62
  )
63
 
64
  try: