summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6343e89c..b4f1dac5 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,7 @@ while True:
response = ora.Completion.create(
model = model,
prompt = prompt,
+ includeHistory = True, # remember history
conversationId = init.id)
print(response.completion.choices[0].text)