aliceblue11 commited on
Commit
890dd5e
·
verified ·
1 Parent(s): 68e255c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def respond_cohere_qna(
22
  Cohere Command R+ 모델을 이용해 한 번의 질문(question)에 대한 답변을 반환하는 함수.
23
  """
24
  try:
25
- client = get_client(hf_token)
26
  except ValueError as e:
27
  return f"오류: {str(e)}"
28
 
 
22
  Cohere Command R+ 모델을 이용해 한 번의 질문(question)에 대한 답변을 반환하는 함수.
23
  """
24
  try:
25
+ client = get_client(hf_zAIanESNwKnLrnwRpiTzewTcrZOKfkAeHBn)
26
  except ValueError as e:
27
  return f"오류: {str(e)}"
28