Likhon Sheikh
267d84bdf1
Update conftest.py
...
Added Documentation for Fixtures: Added docstrings to fixtures for better documentation.
Added Mocked configure_interpreter Fixture: Created a fixture mock_configure_interpreter to mock the configure_interpreter function, making it easier to test server endpoints without invoking the actual interpreter setup.
Added Authenticated and Authorized Client Fixtures: Added fixtures (authenticated_client and authorized_client) to provide TestClient instances with authentication and authorization setup, respectively.
Added Invalid Client Fixture: Added a fixture (invalid_client) to provide a TestClient instance without proper authentication/authorization, useful for testing unauthorized access scenarios.
Added Test Data Fixture: Added a fixture (test_data) to provide common test data, promoting DRY (Don't Repeat Yourself) principles in tests.
Added Mocked Request Fixture: Added a fixture (mock_request) to mock the requests.get function, facilitating testing of code that relies on external HTTP requests.
10 months ago
Ty Fiero
f9cc6bb665
Merge pull request #120 from tyfiero/Add-interactive-local-mode
...
Local mode fixes
10 months ago
Ty Fiero
1190dcc442
Local mode fixes
10 months ago
Mike Bird
7baa127f77
Update setup.mdx
10 months ago
Ty Fiero
6d0e885c55
Merge pull request #113 from rudrodip/main
...
Fix handling of empty audio content in listener function
10 months ago
rudrodip
4e6786ada6
Fix handling of empty audio content in listener function
10 months ago
killian
e714647a00
System message changes
10 months ago
killian
079198b717
Merge pull request #92 from kubla/patch-4
...
Update README.md
10 months ago
killian
2133af8f9d
Merge pull request #91 from kubla/patch-3
...
Update README.md
10 months ago
Ty Fiero
beee4a3bad
Merge pull request #97 from tyfiero/Ubuntu-fix
...
Fix error on ubuntu machines
10 months ago
Ty Fiero
6f6133422c
Fix error on ubuntu machines
10 months ago
Ty Fiero
8f96484675
Merge pull request #93 from OpenInterpreter/Change-naming-convention
...
Rename directories to software and source
10 months ago
Ty Fiero
d8e575d386
Rename directories to software and source
10 months ago
kubla
7ee9e8574f
Update README.md
...
Fixed link to CONTRIBUTING.md - it's in the root, not /docs
10 months ago
kubla
0e2d7705ec
Update README.md
...
Fixed two small typos
10 months ago
killian
c8ea1a5554
Update README.md
10 months ago
killian
c6dbefe627
Update README.md
10 months ago
killian
afa87f0c59
Update README.md
10 months ago
killian
ad5abd7a87
Merge pull request #89 from dagmawibabi/main
...
Labeled Wiring Diagram
10 months ago
Dagmawi Babi
f172fa7a81
fixed typo in readme
...
recieve --> receive
10 months ago
Dagmawi Babi
8e88d90959
Labeled Wiring Diagram
...
I created a simple wiring diagram that helps identify which hardware component is which. There's also a figma link to it. https://www.figma.com/file/7SnEpvab9hdygVNaYMxABS/Untitled?type=design&node-id=1%3A10&mode=design&t=eePQPAqOG3PlpKL6-1
10 months ago
killian
cb2b857d81
Update README.md
10 months ago
Ty Fiero
1cee82de75
Update README.md
10 months ago
killian
21d27fe7ad
Update README.md
10 months ago
killian
1b3a87d3a3
Update README.md
10 months ago
Ty Fiero
dfb5c59be7
Merge pull request #86 from OpenInterpreter/update-docs
...
new banner
10 months ago
Mike Bird
326b52cb24
new banner
10 months ago
Ty Fiero
e6ec9bd13f
Update README.md
10 months ago
killian
44cb5028ee
Update ROADMAP.md
10 months ago
killian
7dadfb0ed9
Update README.md
10 months ago
killian
182ed2270c
Merge pull request #85 from OpenInterpreter/update-docs
...
add stl links for 01 light
10 months ago
Mike Bird
9a5895dfcd
add stl links for 01 light
10 months ago
killian
ce24df1db4
Update README.md
10 months ago
killian
edde0e19d1
Update README.md
10 months ago
killian
1cd75dcedc
Create README.md
10 months ago
killian
59cd875c4b
Update README.md
10 months ago
killian
0a61c685b8
Update README.md
10 months ago
killian
80840544ef
Merge pull request #84 from tyfiero/Modifications-to-schedule-function
...
Modifications to schedule function
10 months ago
killian
6fdd2d1212
Update README.md
10 months ago
killian
12be57dfe7
Update README.md
10 months ago
killian
87fe96ebbf
Merge pull request #83 from OpenInterpreter/bees_branch
...
Minor edits to readme
10 months ago
human-bee
83f14ad3aa
Minor edits to readme
10 months ago
Ty Fiero
310052d71d
Change port number to 10001
10 months ago
killian
c981a20a36
Banner
10 months ago
Ty Fiero
3a07d59391
Change how interpreter imports skills, and modify the schedule function
10 months ago
killian
5c87a11263
Update README.md
10 months ago
killian
9ad1d7404d
Update README.md
10 months ago
killian
137d629a7a
Merge pull request #82 from OpenInterpreter/update-docs
...
Update docs
10 months ago
Mike Bird
2dea1df863
01 light setup docs
10 months ago
Mike Bird
6a42cbd7c1
tts option docs
10 months ago