kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
9264b38321
commit
b741ac908b
|
@ -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