Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ intents.guilds = True
|
|
17 |
intents.guild_messages = True
|
18 |
|
19 |
# 추론 API 클라이언트 설정
|
20 |
-
hf_client = InferenceClient("
|
21 |
#hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
22 |
|
23 |
# Pexels API 키 설정
|
|
|
17 |
intents.guild_messages = True
|
18 |
|
19 |
# 추론 API 클라이언트 설정
|
20 |
+
hf_client = InferenceClient("meta-llama/Meta-Llama-3.1-70B-Instruct", token=os.getenv("HF_TOKEN"))
|
21 |
#hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
22 |
|
23 |
# Pexels API 키 설정
|