mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[POC] Experimental Chat GPT engine. Resolves #2008
This commit is contained in:
parent
67eea86b35
commit
2a5e671076
2 changed files with 337 additions and 0 deletions
|
|
@ -1688,6 +1688,15 @@ engines:
|
|||
engine: seznam
|
||||
disabled: true
|
||||
|
||||
- name: chatgpt
|
||||
engine: chatgpt
|
||||
shortcut: cgpt
|
||||
USERNAME: 'xxxxx@hotmail.com' # required!
|
||||
PASSWORD: 'xxxxxx' # required!
|
||||
TOKEN_CACHE: 'do not change this!'
|
||||
timeout: 20.0
|
||||
disabled: false
|
||||
|
||||
# - name: deepl
|
||||
# engine: deepl
|
||||
# shortcut: dpl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue