seawolf2357
commited on
Commit
•
c32ba53
1
Parent(s):
3cbcff7
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,8 @@ intents.guilds = True
|
|
25 |
intents.guild_messages = True
|
26 |
|
27 |
# 추론 API 클라이언트 설정
|
28 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
|
|
29 |
|
30 |
# YouTube API 설정
|
31 |
API_KEY = os.getenv("YOUTUBE_API_KEY")
|
|
|
25 |
intents.guild_messages = True
|
26 |
|
27 |
# 추론 API 클라이언트 설정
|
28 |
+
#hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
29 |
+
hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
30 |
|
31 |
# YouTube API 설정
|
32 |
API_KEY = os.getenv("YOUTUBE_API_KEY")
|