Skip to content

Commit d354e98

Browse files
committed
chore(home): add HF_TOKEN and replace LITELLM
1 parent f66ff5f commit d354e98

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

nix/home.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ in
6060
nixd
6161
nixfmt
6262
nodejs-slim
63+
opencommit
6364
osc
6465
powershell
6566
powershell-editor-services
@@ -253,7 +254,10 @@ in
253254
fi
254255
255256
if ! grep -q "export LITELLM_API_KEY" "${localZshEnv}"; then
256-
echo "export LITELLM_API_KEY=\"LITELLM_API_KEY\"" >> "${localZshEnv}"
257+
echo "export LITELLM_API_KEY=\"input_LITELLM_API_KEY_here\"" >> "${localZshEnv}"
258+
fi
259+
if ! grep -q "export HF_TOKEN" "${localZshEnv}"; then
260+
echo "export HF_TOKEN=\"input_HF_TOKEN_here\"" >> "${localZshEnv}"
257261
fi
258262
'';
259263

0 commit comments

Comments
 (0)