Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
•
e639f6b
1
Parent(s):
4236a5b
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,9 @@ intents.guilds = True
|
|
16 |
intents.guild_messages = True
|
17 |
|
18 |
# 추론 API 클라이언트 설정
|
19 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
|
|
|
|
20 |
|
21 |
# 특정 채널 ID
|
22 |
SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
|
|
|
16 |
intents.guild_messages = True
|
17 |
|
18 |
# 추론 API 클라이언트 설정
|
19 |
+
#hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
20 |
+
hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
21 |
+
|
22 |
|
23 |
# 특정 채널 ID
|
24 |
SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
|