Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
seawolf2357
commited on
Commit
โข
3afb0fb
1
Parent(s):
0afc206
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,8 @@ intents.guilds = True
|
|
24 |
intents.guild_messages = True
|
25 |
|
26 |
# ์ถ๋ก API ํด๋ผ์ด์ธํธ ์ค์
|
27 |
-
hf_client = InferenceClient("CohereForAI/
|
|
|
28 |
|
29 |
# ์ํ ์ ๋ฌธ LLM ํ์ดํ๋ผ์ธ ์ค์
|
30 |
math_pipe = pipeline("text-generation", model="AI-MO/NuminaMath-7B-TIR")
|
|
|
24 |
intents.guild_messages = True
|
25 |
|
26 |
# ์ถ๋ก API ํด๋ผ์ด์ธํธ ์ค์
|
27 |
+
hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
28 |
+
#hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
29 |
|
30 |
# ์ํ ์ ๋ฌธ LLM ํ์ดํ๋ผ์ธ ์ค์
|
31 |
math_pipe = pipeline("text-generation", model="AI-MO/NuminaMath-7B-TIR")
|