Skip to content

Commit 4049be4

Browse files
committed
update HF client
1 parent 7ee4fe4 commit 4049be4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

use-cases/rag-with-voyage.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
"\n",
216216
"# Use a model from Hugging Face\n",
217217
"llm = InferenceClient(\n",
218-
" \"mistralai/Mistral-7B-Instruct-v0.3\",\n",
218+
" \"mistralai/Mixtral-8x22B-Instruct-v0.1\",\n",
219+
" provider = \"fireworks-ai\",\n",
219220
" token = os.getenv(\"HF_TOKEN\"))\n",
220221
"\n",
221222
"# Prompt the LLM (this code varies depending on the model you use)\n",

use-cases/rag.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@
213213
"\n",
214214
"# Use a model from Hugging Face\n",
215215
"llm = InferenceClient(\n",
216-
" \"mistralai/Mistral-7B-Instruct-v0.3\",\n",
216+
" \"mistralai/Mixtral-8x22B-Instruct-v0.1\",\n",
217+
" provider = \"fireworks-ai\", \n",
217218
" token = os.getenv(\"HF_TOKEN\"))\n",
218219
"\n",
219220
"# Prompt the LLM (this code varies depending on the model you use)\n",

0 commit comments

Comments
 (0)