Spaces:
Runtime error
Runtime error
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):
|