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 9773a5d commit a6fa0edCopy full SHA for a6fa0ed
src/services/clients/bard/index.mjs
@@ -64,7 +64,7 @@ export default class Bard {
64
65
async GetRequestParams() {
66
try {
67
- const response = await fetch('https://bard.google.com', {
+ const response = await fetch('https://gemini.google.com', {
68
headers: {
69
Cookie: this.cookies,
70
},
@@ -99,7 +99,7 @@ export default class Bard {
99
100
let { at, bl } = await this.GetRequestParams()
101
const response = await fetch(
102
- 'https://bard.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate?' +
+ 'https://gemini.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate?' +
103
new URLSearchParams({
104
bl: bl,
105
rt: 'c',
0 commit comments