File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 215
215
" \n " ,
216
216
" # Use a model from Hugging Face\n " ,
217
217
" llm = InferenceClient(\n " ,
218
- " \" mistralai/Mistral-7B-Instruct-v0.3\" ,\n " ,
218
+ " \" mistralai/Mixtral-8x22B-Instruct-v0.1\" ,\n " ,
219
+ " provider = \" fireworks-ai\" ,\n " ,
219
220
" token = os.getenv(\" HF_TOKEN\" ))\n " ,
220
221
" \n " ,
221
222
" # Prompt the LLM (this code varies depending on the model you use)\n " ,
Original file line number Diff line number Diff line change 213
213
" \n " ,
214
214
" # Use a model from Hugging Face\n " ,
215
215
" llm = InferenceClient(\n " ,
216
- " \" mistralai/Mistral-7B-Instruct-v0.3\" ,\n " ,
216
+ " \" mistralai/Mixtral-8x22B-Instruct-v0.1\" ,\n " ,
217
+ " provider = \" fireworks-ai\" , \n " ,
217
218
" token = os.getenv(\" HF_TOKEN\" ))\n " ,
218
219
" \n " ,
219
220
" # Prompt the LLM (this code varies depending on the model you use)\n " ,
You can’t perform that action at this time.
0 commit comments