kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/643/head^2
rodzic
4b9e9aed35
commit
fa6796d528
|
@ -271,8 +271,8 @@ export class SearxngClient {
|
||||||
const res = await this.ky
|
const res = await this.ky
|
||||||
.get('search', {
|
.get('search', {
|
||||||
searchParams: pruneUndefined({
|
searchParams: pruneUndefined({
|
||||||
q: query,
|
|
||||||
...opts,
|
...opts,
|
||||||
|
q: query,
|
||||||
categories: opts.categories?.join(','),
|
categories: opts.categories?.join(','),
|
||||||
engines: opts.engines?.join(','),
|
engines: opts.engines?.join(','),
|
||||||
format: 'json'
|
format: 'json'
|
||||||
|
|
Ładowanie…
Reference in New Issue