A reverse engineered Python API wrapper for the Vercel AI Playground, which provides free access to many large language models without needing an account.
Please help fix:
\vercel-llm-api-main\examples\vercel_ai.py", line 35, in init
self.model_ids = list(self.models.keys())
AttributeError: 'list' object has no attribute 'keys'
Please help fix: \vercel-llm-api-main\examples\vercel_ai.py", line 35, in init self.model_ids = list(self.models.keys()) AttributeError: 'list' object has no attribute 'keys'