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
Describe the bug
A clear and concise description of what the bug is.
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8502
Network URL: http://192.168.1.215:8502
For better performance, install the Watchdog module:
$ xcode-select --install
$ pip install watchdog
2024-05-21 17:20:42.020 Uncaught app exception
Traceback (most recent call last):
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
exec(code, module.__dict__)
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/app.py", line 17, in <module>
run_app()
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/app.py", line 13, in run_app
).render()
^^^^^^^^
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 708, in render
return super().render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 465, in render
self.handle_ui_page_selection(**kwargs)
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 602, in handle_ui_page_selection
new_configs = self.selected_page.chat_obj.configs.model_validate(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pydantic/main.py", line 551, in model_validate
return cls.__pydantic_validator__.validate_python(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for VoiceChatConfigs
ai_instructions
Input should be a valid tuple [type=tuple_type, input_value="('You answer correctly.'...citly asked to do so.')", input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/tuple_type
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
pip uninstall git+https://github.com/paulovcmedeiros/pyRobBot.git
rob
Expected behavior
Open the streamlit application locally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: