Spaces:
seawolf2357
/
Running on CPU Upgrade

seawolf2357 commited on
Commit
3afb0fb
โ€ข
1 Parent(s): 0afc206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ intents.guilds = True
24
  intents.guild_messages = True
25
 
26
  # ์ถ”๋ก  API ํด๋ผ์ด์–ธํŠธ ์„ค์ •
27
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
 
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")