Skip to content

Commit b53712f

Browse files
committed
fix example
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent bfbaa5d commit b53712f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples/citation_requirement_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
assistant responses properly cite their sources in RAG workflows.
66
77
Note: This example requires HuggingFace backend and access to the
8-
meta-llama/Llama-3.2-1B-Instruct model.
8+
ibm-granite/granite-4.0-micro model.
99
"""
1010

1111
import asyncio
@@ -24,7 +24,7 @@ async def main():
2424

2525
# Initialize HuggingFace backend
2626
print("\nInitializing HuggingFace backend...")
27-
backend = LocalHFBackend(model_id="meta-llama/Llama-3.2-1B-Instruct")
27+
backend = LocalHFBackend(model_id="ibm-granite/granite-4.0-micro")
2828

2929
# Create documents
3030
docs = [

0 commit comments

Comments
 (0)