Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077a63e commit a82486dCopy full SHA for a82486d
src/chat_gpt_repository.rs
@@ -9,7 +9,7 @@ pub async fn get_context(
9
redis::cmd("LRANGE")
10
.arg(key)
11
.arg(0)
12
- .arg(10)
+ .arg(15)
13
.query_async(&mut con)
14
.await
15
}
0 commit comments