ading2210 / vercel-llm-api

A reverse engineered Python API wrapper for the Vercel AI Playground, which provides free access to many large language models without needing an account.
https://pypi.org/project/vercel-llm-api
GNU General Public License v3.0
159 stars 13 forks source link

AttributeError: 'list' object has no attribute 'keys' #3

Closed bacladjan-corp closed 1 year ago

bacladjan-corp commented 1 year ago

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'

valokobito commented 1 year ago

Why was it closed? Is it fixed?