summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/Raycast.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/needs_auth/Raycast.py')
-rw-r--r--g4f/Provider/needs_auth/Raycast.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/needs_auth/Raycast.py b/g4f/Provider/needs_auth/Raycast.py
index d7be98ac..07abeda3 100644
--- a/g4f/Provider/needs_auth/Raycast.py
+++ b/g4f/Provider/needs_auth/Raycast.py
@@ -5,10 +5,10 @@ import json
import requests
from ...typing import CreateResult, Messages
-from ..base_provider import BaseProvider
+from ..base_provider import AbstractProvider
-class Raycast(BaseProvider):
+class Raycast(AbstractProvider):
url = "https://raycast.com"
supports_gpt_35_turbo = True
supports_gpt_4 = True