We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4101e8b commit c66d5beCopy full SHA for c66d5be
1 file changed
script.js
@@ -1,4 +1,4 @@
1
-const HF_API_URL = "https://router.huggingface.co/mistralai/Mistral-7B-Instruct-v0.2/v1/chat/completions";
+const HF_API_URL = "https://router.huggingface.co/meta-llama/Llama-3.2-1B-Instruct/v1/chat/completions";
2
const HF_TOKEN = "HF_TOKEN_PLACEHOLDER";
3
4
let skillsData = [];
0 commit comments