Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ intents.guilds = True
|
|
| 24 |
intents.guild_messages = True
|
| 25 |
|
| 26 |
# ์ถ๋ก API ํด๋ผ์ด์ธํธ ์ค์
|
| 27 |
-
hf_client = InferenceClient("CohereForAI/
|
| 28 |
#hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
| 29 |
|
| 30 |
# ์ํ ์ ๋ฌธ LLM ํ์ดํ๋ผ์ธ ์ค์
|
|
|
|
| 24 |
intents.guild_messages = True
|
| 25 |
|
| 26 |
# ์ถ๋ก API ํด๋ผ์ด์ธํธ ์ค์
|
| 27 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
|
| 28 |
#hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
| 29 |
|
| 30 |
# ์ํ ์ ๋ฌธ LLM ํ์ดํ๋ผ์ธ ์ค์
|