Skip to content

Commit 672488b

Browse files
authored
Merge pull request llmware-ai#1139 from llmware-ai/doberst-patch-1
Update example-4-rag-text-query.py
2 parents cbdfb7e + 23e6b6b commit 672488b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎fast_start/rag/example-4-rag-text-query.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def example_4a_contract_analysis_from_library (model_name, verbose=False):
6161

6262
print("\nAnalyzing contract: ", str(i+1), doc_id, fn_list[i])
6363

64-
print("LLM Responses:")
64+
print("LLM Responses")
6565

6666
for question in question_list:
6767

@@ -124,7 +124,7 @@ def example_4b_contract_analysis_direct_from_prompt(model_name, verbose=False):
124124

125125
print("\nAnalyzing contract: ", str(i + 1), contract)
126126

127-
print("LLM Responses:")
127+
print("LLM Responses")
128128

129129
for question in question_list:
130130

0 commit comments

Comments
 (0)