Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
•
15a4872
1
Parent(s):
7b77d97
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ intents = discord.Intents.default()
|
|
12 |
intents.messages = True
|
13 |
|
14 |
# 추론 API 클라이언트 설정
|
15 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
|
|
|
|
16 |
|
17 |
class MyClient(discord.Client):
|
18 |
def __init__(self, *args, **kwargs):
|
|
|
12 |
intents.messages = True
|
13 |
|
14 |
# 추론 API 클라이언트 설정
|
15 |
+
# hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
16 |
+
hf_client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct", token=os.getenv("HF_TOKEN"))
|
17 |
+
|
18 |
|
19 |
class MyClient(discord.Client):
|
20 |
def __init__(self, *args, **kwargs):
|