LLMs as Operating Systems - issue with requirements.txt file

The requirements.txt files has a couple of typos.
Line 1 has some junk characters preceding the comment and the letta version is specified as 01.4, rather than 0.1.4
Here’s a copy as downloaded.
0;276;0c11;rgb:ffff/ffff/ffff11;rgb:ffff/ffff/ffff# requirements file

note which revision of python, for example 3.9.6

in this file, insert all the pip install needs, include revision

#for example:
python_dotenv==1.0.1
openai==1.45.1
letta==01.4
crewai-tools==0.12.0

1 Like