Commit Graph

860 Commits

Author SHA1 Message Date
Mike Bird 64cc756260 Updated FAQ section with new accordion titles and content, removed redundant information and improved clarity on topics such as device connection, server running requirements, and API credit options. 2024-07-29 18:54:05 -04:00
Mike Bird e162dd88fa Added detailed component explanations, usage instructions, and contribution guidelines to `introduction.mdx` documentation. 2024-07-29 18:53:42 -04:00
Mike Bird 72ca4d4f3b **Added documentation for custom hardware integration with O1 server software** 2024-07-29 18:53:16 -04:00
Mike Bird a215233c2c 01 light docs 2024-07-29 18:52:53 -04:00
Mike Bird 6ad16c419e mobiles docs, separate android and ios 2024-07-29 18:52:11 -04:00
Mike Bird a5eeb8dd29 "Refactor hardware documentation: Consolidate ESP32 setup instructions" 2024-07-22 17:35:40 -04:00
Mike Bird 976ebd444a Enhance CLI flags with more detailed descriptions and usage examples. 2024-07-22 16:33:17 -04:00
Mike Bird 5fabfb06f0 Expand the configuration guide with examples and instructions on using custom profiles, including TTS provider setup 2024-07-22 16:24:05 -04:00
killian fc97ef6a24 Added tests 2024-07-22 12:12:50 -07:00
killian d2496fa8a2 Removed print statements, better audio playback 2024-07-16 08:28:29 -07:00
killian 4640b4f1a0 Use official OI server. 3 second latency. 2024-07-15 21:58:33 -07:00
killian fef311e5b3 Updated realtimestt, removed print statements 2024-07-15 14:22:37 -07:00
killian 6ee37e7f66 Updated packages, only run `mpv` if needed 2024-07-15 14:18:03 -07:00
killian 6c3bcd214b
Merge pull request #290 from OpenInterpreter/update-documentation
Global interpreter
2024-07-15 13:54:51 -07:00
killian 296d84ebd2 Global interpreter 2024-07-15 13:51:44 -07:00
killian f6ec3dfed0
Merge pull request #288 from OpenInterpreter/update-documentation
Update documentation
2024-07-15 11:11:41 -07:00
Mike Bird c5bb1a910e Update FAQ: Add support for standalone devices & hosted servers, mobile apps. 2024-07-11 16:21:00 -04:00
Mike Bird 596e4e15a7 "Update mobile control documentation: React Native app and community iOS app" 2024-07-11 16:17:29 -04:00
Mike Bird b32484e129 Added instructions on how to use custom hardware with the 01 server in hardware documentation. 2024-07-11 15:57:09 -04:00
Mike Bird 19ce6cb9c1 "Refactor hardware documentation for 01 Light" 2024-07-11 11:57:05 -04:00
Mike Bird 8888fbd30e Created new pages (custom_hardware, desktop, and mobile) with guides on controlling 01 from different devices. 2024-07-11 11:41:59 -04:00
Mike Bird d7f6520989 Incorporate updated firmware instructions into '01-light.mdx' 2024-07-11 11:22:27 -04:00
Mike Bird 8e1d22e052 Merge branch 'update-documentation' of https://github.com/KillianLucas/01 into update-documentation 2024-07-11 11:05:12 -04:00
Mike Bird ef1e711986 add llm examples to configure 2024-07-11 11:05:01 -04:00
Mike Bird db3e2c3638 merge guides into configure 2024-07-11 11:01:04 -04:00
Mike Bird dd0449a68d
Merge branch 'main' into update-documentation 2024-07-10 14:55:33 -06:00
Mike Bird a7c96bed62 remove preorder link from README 2024-07-10 16:07:44 -04:00
Mike Bird 833520bf43 remove weird cursor artifacts 2024-07-10 15:43:45 -04:00
Mike Bird 0204ed5aa3 accordion the answered faqs 2024-07-10 15:35:16 -04:00
Mike Bird d7ecb690ad update mint.json 2024-07-10 15:18:48 -04:00
Mike Bird c1babe19f4 add james' assembly video 2024-07-10 15:15:42 -04:00
Mike Bird 4293884c5c tts docs 2024-07-10 15:09:05 -04:00
Mike Bird d4c4229141 language model docs 2024-07-10 15:04:03 -04:00
killian bbb6521e8f
Merge pull request #265 from Yuan-ManX/README-2
Update README.md
2024-07-10 11:52:58 -07:00
killian 59c3e8723e
Merge branch 'main' into README-2 2024-07-10 11:52:50 -07:00
Mike Bird ad563e1a5c
Merge branch 'main' into update-documentation 2024-07-10 12:52:25 -06:00
Mike Bird f12c00f98e
Merge branch 'main' into update-documentation 2024-07-10 12:51:47 -06:00
killian f6e6d34dbb
Merge pull request #267 from eltociear/patch-6
Update README.md
2024-07-10 11:51:44 -07:00
killian d4a77bdd3f
Merge pull request #285 from fontanierh/patch-1
Update introduction.mdx
2024-07-10 11:50:47 -07:00
killian 746c8920c4
Merge pull request #289 from OpenInterpreter/human-bee-edits
Update faq.mdx
2024-07-10 11:49:55 -07:00
killian cefa9c4669 Added more to FAQ 2024-07-10 11:49:20 -07:00
Mike Bird 3b1f767011 remove references to i.py 2024-07-10 14:47:19 -04:00
Mike Bird 88b702de19 profiles 2024-07-10 14:44:23 -04:00
killian dbb920b27f
Merge pull request #284 from benxu3/async-interpreter
add --debug flag
2024-07-10 11:14:43 -07:00
killian d8d7658f8a Restored sending TTS service to client 2024-07-10 11:14:27 -07:00
killian d13c0cf3a4 Open Interpreter compatible `--profiles` 2024-07-10 11:08:37 -07:00
killian fda23e95b2 Implemented `profiles` 2024-07-10 10:56:54 -07:00
Mike Bird ca1f7155db update flags 2024-07-10 11:22:56 -04:00
Mike Bird 1ae939db92 change configure to only reference profiles 2024-07-10 10:43:26 -04:00
Ben Steinher e4b656f59f
Update faq.mdx
Added FAQs that I haven't given clear answers to yet.
2024-07-09 14:18:15 -07:00