Get error when install Quickstart with GitHub Codespace - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum

👋 Introducing the Rasa Playground

Learn more here →

Get error when install Quickstart with GitHub Codespace

post by pennyong on Nov 19, 2024

Hi Community, I need help to solve this issue. I get an error when i want to train an initial model.

2024-11-19 05:51:24 INFO rasa.engine.training.hooks - Starting to train component ‘SingleStepLLMCommandGenerator’.
2024-11-19 05:51:24 INFO rasa.dialogue_understanding.generator.llm_based_command_generator - [info] llm_based_command_generator.flow_retrieval.enabled
/workspaces/codespaces-quickstart/.venv/lib/python3.10/site-packages/rasa/shared/providers/_configs/utils.py:46: FutureWarning: ‘model_name’ is deprecated and will be removed in 4.0.0. Use ‘model’ instead.
raise_deprecation_warning(

Give Feedback / Get Help: Sign in to GitHub · GitHub LiteLLM.Info: If you need to debug this error, use litellm.set_verbose=True.

2024-11-19 05:51:28 ERROR rasa.dialogue_understanding.generator.flow_retrieval - [error] Failed to populate the FAISS store with the provided flows. error=ProviderClientAPIException(“Failed to embed documents\nOriginal error: litellm.RateLimitError: RateLimitError: OpenAIException - 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.](https://platform.openai.com/docs/guides/error-codes/api-errors.)’, ‘type’: ‘insufficient_quota’, ‘param’: None, ‘code’: ‘insufficient_quota’}})”) error_type=ProviderClientAPIException event_key=flow_retrieval.populate_vector_store.not_populated
2024-11-19 05:51:28 ERROR rasa.dialogue_understanding.generator.llm_based_command_generator - [error] Flow retrieval store is inaccessible. error=ProviderClientAPIException(“Failed to embed documents\nOriginal error: litellm.RateLimitError: RateLimitError: OpenAIException - 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.](https://platform.openai.com/docs/guides/error-codes/api-errors.)’, ‘type’: ‘insufficient_quota’, ‘param’: None, ‘code’: ‘insufficient_quota’}})”) event_key=llm_based_command_generator.train.failed
2024-11-19 05:51:28 ERROR rasa.engine.graph - [error] graph.node.error_running_component node_name=train_SingleStepLLMCommandGenerator0
ProviderClientAPIException: ProviderClientAPIException:
Failed to embed documents
Original error: litellm.RateLimitError: RateLimitError: OpenAIException - 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.](https://platform.openai.com/docs/guides/error-codes/api-errors.)’, ‘type’: ‘insufficient_quota’, ‘param’: None, ‘code’: ‘insufficient_quota’}}

29 views