Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search isn't working for me #17

Open
3inar opened this issue May 24, 2024 · 3 comments
Open

Search isn't working for me #17

3inar opened this issue May 24, 2024 · 3 comments

Comments

@3inar
Copy link

3inar commented May 24, 2024

It's been down for a while; not sure what's going on but I put in a search string and the little circle indicator just spins forever. Presumably there is no response from whatever backend is supposed to respond. Don't know enough about web development to make a sensible bug report.

@r-bt
Copy link

r-bt commented May 24, 2024

Looks like the OpenAI quota is being exceeded:

OpenAI API error: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.

is the error I get in my console

@3inar
Copy link
Author

3inar commented May 24, 2024

I'm surprised (yet not surprised) that OpenAI is used. There's no feature that obviously (to me) needs an LLM here.

@3inar
Copy link
Author

3inar commented May 25, 2024

As far as I can tell it's only used for extracting dates. I'd expect this to be something done as preprocessing during web crawl rather than on demand, but I suppose if you insist on using chatgpt (and so paying for each date parsed) it would be cheaper to do it when presenting results. The volume of pages touched by searches is probably comparatively lower, this being a niche search engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants