[GH-ISSUE #183] Wrong var label in .env #469

Closed
opened 2026-03-13 20:33:10 +03:00 by kerem · 2 comments
Owner

Originally created by @sevleo on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/183

Originally assigned to: @AJaySi on GitHub.

The program expects "SERPER_API_KEY" but the key generated via the UI is "SERPAPI_KEY". Check manager.py:

            all_providers = [
                # AI Providers
                'OPENAI_API_KEY',
                'GEMINI_API_KEY',
                'ANTHROPIC_API_KEY',
                'MISTRAL_API_KEY',
                # Research Providers
                'SERPAPI_KEY',
                'TAVILY_API_KEY',
                'METAPHOR_API_KEY',
                'FIRECRAWL_API_KEY'
            ]
Originally created by @sevleo on GitHub (Apr 28, 2025). Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/183 Originally assigned to: @AJaySi on GitHub. The program expects "SERPER_API_KEY" but the key generated via the UI is "SERPAPI_KEY". Check manager.py: ``` all_providers = [ # AI Providers 'OPENAI_API_KEY', 'GEMINI_API_KEY', 'ANTHROPIC_API_KEY', 'MISTRAL_API_KEY', # Research Providers 'SERPAPI_KEY', 'TAVILY_API_KEY', 'METAPHOR_API_KEY', 'FIRECRAWL_API_KEY' ] ```
kerem 2026-03-13 20:33:10 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@AJaySi commented on GitHub (Apr 29, 2025):

Good Catch.
Note: My apis for serp have exhausted and i commented them out in my local dev for sometime and missed it.
I am thinking of integrating google custom search Or brave/duckduckgo and move away from serper in future.

I will fix it today. Thank you.

<!-- gh-comment-id:2837333374 --> @AJaySi commented on GitHub (Apr 29, 2025): Good Catch. Note: My apis for serp have exhausted and i commented them out in my local dev for sometime and missed it. I am thinking of integrating google custom search Or brave/duckduckgo and move away from serper in future. I will fix it today. Thank you.
Author
Owner

@AJaySi commented on GitHub (May 7, 2025):

I have made changes in the manager.py
Closing for now.

<!-- gh-comment-id:2857930121 --> @AJaySi commented on GitHub (May 7, 2025): I have made changes in the manager.py Closing for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#469
No description provided.