Openai error on streamlit cloud

Hi Community,

I am getting these error on my Streamlit Cloud , Any idea ?

Thank you in advance

Did you check out Github issues, as this is related to your model line 341 in your main.py file: ? File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for LlamaCppEmbeddings · Issue #461 · imartinez/privateGPT · GitHub

It notes a solve was setting the absolute path for the set model path.
Hope this helps!