llm-answer-engine icon indicating copy to clipboard operation
llm-answer-engine copied to clipboard

Can I only use GPT's API?

Open ifhjl opened this issue 10 months ago • 2 comments

Because I don't have a credit card which means for Brave and the below one i can't get their api key for free, can i use this repo without it?

ifhjl avatar May 01 '24 10:05 ifhjl

If you know how to code, you can edit it to use google's api key which has a limit of 100 calls/day on a free tier.

EnderRobber101 avatar May 01 '24 23:05 EnderRobber101

Thanks for pointing that out - and great idea about the google search api as an option. I will try and add in some different options for search providers so there is more flexibility.

Google is an option, Serper also does have a credit card free option for the search queries as well.

developersdigest avatar May 01 '24 23:05 developersdigest

I have added in support for the google api and the serper api as options in the config

developersdigest avatar May 21 '24 20:05 developersdigest