I have created requirements.txt file but it still report no replicate module found

Here is the error message:

File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script
    exec(code, module.__dict__)File "/mount/src/chatbot-llama2/streamlit_app.py", line 2, in <module>
    import replicate

This is my repo: GitHub - uy1302/chatbot-llama2

There is a typo, you called it requirement.txt but it should be called requirements.txt

thank you, I fixed it

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.