Skip to content

Commit

Permalink
Clean Class
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany committed May 21, 2024
1 parent f6218c8 commit ff3a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_engine_examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ query_engine = index.as_query_engine()
instruction = "How was falcon-11B trained?"

# We finally store the output in the variable 'output'
output = query_engine.query(instruction)
output = query_engine.query(instruction).response

0 comments on commit ff3a2c4

Please sign in to comment.