Frequently Asked Questions
Where should I start?
Is there a walk-through for connecting a device to the server?
How do I have code run on the client-side?
How do I build a profile?
--profiles
, duplicating a profile, then experimenting
with the settings in the profile file (like system_message
).Where does the server run?
My app is stuck on the 'Starting...' screen. What do I do?
software
directory, please run poetry env remove --all
followed by poetry install
Can an 01 device connect to the desktop app, or do general customers/consumers need to set it up in their terminal?
Can I on/off certain tools?
Alternatives to nGrok?
--tunnel-service bore
and --tunnel-service localtunnel
in
addition to --tunnel-service ngrok
. [link to tunnel service docs]Uses a huge deal of API credits, what options do I have for using local models? Can these be run on the client device?
--profile local
, you won’t need to use an LLM via an API. The 01
server will be responsible for LLM running, but you can run the server +
client on the same device (simply run poetry run 01
to test this.)Which model is best?
gpt-4-turbo
to be the best, but we expect Claude Sonnet 1.5 to
be comparable or better.Do I need to pay for a monthly subscription?
--profile local
, you don’t need to. For hosted language models,
you may need to pay a monthly subscription.Does the computer the O1 connects to need to always be on and running? If its in sleep mode will it wake up when I call on it?
Which Model does 01 use?
gpt-4-turbo
.Do you support a Standalone Device/Hosted Server?
How Do I Get Involved?
Is there a Mobile App?
Are there any third parties involved in the communication between 01 and my computer?
--expose
on the 01
Repo, that is the only third party
involved. You can also use bore and localtunnel — these are used to expose
your 01 server over the internet for your device to connect to. If you run it
locally, and connect to the server via something like 0.0.0.0, no third
parties are involved.Is communication between 01 and my computer end-to-end encrypted and if so what is the encryption standard used?