diff --git a/Cargo.toml b/Cargo.toml index 632a0c0..79adbf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bard-rs" -version = "1.0.4" +version = "1.0.6" edition = "2021" authors = ["Seok Won Choi "] description = "Google Bard CLI" diff --git a/src/main.rs b/src/main.rs index c172c2b..185918d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -102,7 +102,7 @@ impl Chatbot { ); let encoded: String = form_urlencoded::Serializer::new("https://bard.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate?".to_string()) - .append_pair("bl", "boq_assistant-bard-web-server_20230426.11_p0") + .append_pair("bl", "boq_assistant-bard-web-server_20230430.20_p0") .append_pair("_reqid", &self.reqid.to_string()) .append_pair("rt", "c") .finish();