Skip to content

Commit 251e4aa

Browse files
Remove the cache option.
1 parent 02c0626 commit 251e4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

singlestoredb/ai/chat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def __init__(
129129
region_name='us-east-1', # dummy value; UMG does not use this
130130
aws_access_key_id='placeholder', # dummy value; UMG does not use this
131131
aws_secret_access_key='placeholder', # dummy value; UMG does not use this
132-
cache=True,
133132
**kwargs,
134133
)
135134

0 commit comments

Comments
 (0)