Skip to content

Commit c66d5be

Browse files
committed
Fix: Use Llama-3.2-1B model that works with your account
1 parent 4101e8b commit c66d5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const HF_API_URL = "https://router.huggingface.co/mistralai/Mistral-7B-Instruct-v0.2/v1/chat/completions";
1+
const HF_API_URL = "https://router.huggingface.co/meta-llama/Llama-3.2-1B-Instruct/v1/chat/completions";
22
const HF_TOKEN = "HF_TOKEN_PLACEHOLDER";
33

44
let skillsData = [];

0 commit comments

Comments
 (0)