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
llm-scraper is dependent on @ai-sdk/openai v1, when the latest v2+ is used then the llm scraper constructor does not accept the new v2 llm abstract class.
Also - is there a reason why openai official library is not supported, but only the AI-SDK wrapper?