Skip to content

Commit

Permalink
Update Bard model
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfex4936 committed May 3, 2023
1 parent d4e91f3 commit 5fb1ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bard-rs"
version = "1.0.4"
version = "1.0.6"
edition = "2021"
authors = ["Seok Won Choi <ikr@kakao.com>"]
description = "Google Bard CLI"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5fb1ef0

Please sign in to comment.