We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbaa5d commit b53712fCopy full SHA for b53712f
1 file changed
docs/examples/citation_requirement_example.py
@@ -5,7 +5,7 @@
5
assistant responses properly cite their sources in RAG workflows.
6
7
Note: This example requires HuggingFace backend and access to the
8
-meta-llama/Llama-3.2-1B-Instruct model.
+ibm-granite/granite-4.0-micro model.
9
"""
10
11
import asyncio
@@ -24,7 +24,7 @@ async def main():
24
25
# Initialize HuggingFace backend
26
print("\nInitializing HuggingFace backend...")
27
- backend = LocalHFBackend(model_id="meta-llama/Llama-3.2-1B-Instruct")
+ backend = LocalHFBackend(model_id="ibm-granite/granite-4.0-micro")
28
29
# Create documents
30
docs = [
0 commit comments