Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a82486d

Browse files
committed
main - increase context size.
1 parent 077a63e commit a82486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat_gpt_repository.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub async fn get_context(
99
redis::cmd("LRANGE")
1010
.arg(key)
1111
.arg(0)
12-
.arg(10)
12+
.arg(15)
1313
.query_async(&mut con)
1414
.await
1515
}

0 commit comments

Comments
 (0)