Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def respond_cohere_qna(
|
|
22 |
Cohere Command R+ 모델을 이용해 한 번의 질문(question)에 대한 답변을 반환하는 함수.
|
23 |
"""
|
24 |
try:
|
25 |
-
client = get_client(
|
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 |
|