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 models default llamafile
$ llm -m llamafile 'hello'
Error: No key found - add one using 'llm keys set openai' or set the OPENAI_API_KEY environment variable
Worked around with "export OPENAI_API_KEY='blah'"
The text was updated successfully, but these errors were encountered:
Error: openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
This works, showing that llm has accepted a local default model for embeddings
$ llm models default llamafile
$ llm -m llamafile 'hello'
Error: No key found - add one using 'llm keys set openai' or set the OPENAI_API_KEY environment variable
Worked around with "export OPENAI_API_KEY='blah'"
The text was updated successfully, but these errors were encountered: