We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3218a commit e7eff8bCopy full SHA for e7eff8b
aixplain/utils/config.py
@@ -19,7 +19,7 @@
19
logger = logging.getLogger(__name__)
20
21
BACKEND_URL = os.getenv("BACKEND_URL", "https://platform-api.aixplain.com")
22
-MODELS_RUN_URL = os.getenv("MODELS_RUN_URL", "https://models.aixplain.com")
+MODELS_RUN_URL = os.getenv("MODELS_RUN_URL", "https://models.aixplain.com/api/v1/execute")
23
# GET THE API KEY FROM CMD
24
TEAM_API_KEY = os.getenv("TEAM_API_KEY", "")
25
AIXPLAIN_API_KEY = os.getenv("AIXPLAIN_API_KEY", "")
0 commit comments