Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,9 @@ import os
|
|
4 |
import requests
|
5 |
|
6 |
|
7 |
-
|
8 |
-
|
|
|
9 |
|
10 |
def respond(
|
11 |
message,
|
|
|
4 |
import requests
|
5 |
|
6 |
|
7 |
+
# 추론 API 클라이언트 설정
|
8 |
+
# hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
9 |
+
hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
10 |
|
11 |
def respond(
|
12 |
message,
|