Add Serper API as an alternative search provider option for faster speeds and no rate limitations from Google
This commit is contained in:
parent
ab6cda690f
commit
4cd0778094
12 changed files with 137 additions and 32 deletions
|
@ -6,6 +6,7 @@ CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use
|
|||
|
||||
[API_KEYS]
|
||||
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
|
||||
SERPER = "" # Serper API key - https://serper.dev
|
||||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue