You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.regex(/^https?:\/\/[^/]+\/?$/,"That doesn't look like a valid URL")
30
+
.regex(/^https?:\/\/[^\s]+$/,"That doesn't look like a valid URL")//allow different openai compatible endpoints like https://api.groq.com/openai/v1 and https://api-inference.huggingface.co/v1/
0 commit comments