gpt4free/g4f/Provider/not_working/FreeRouter.py
kqlio67 0344571b1f fix: update provider status and fix line ending issues
- Mark FreeRouter provider as not working by changing working=True to working=False
- Fix line ending issues in DuckDuckGo.py and LMArenaProvider.py by ensuring proper newline at end of file
2025-05-12 20:45:53 +03:00

9 lines
256 B
Python

from __future__ import annotations
from ..template import OpenaiTemplate
class FreeRouter(OpenaiTemplate):
label = "CablyAI FreeRouter"
url = "https://freerouter.cablyai.com"
api_base = "https://freerouter.cablyai.com/v1"
working = False