We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304545e commit a5dd32dCopy full SHA for a5dd32d
config.json
@@ -30,7 +30,7 @@
30
"base_url": "https://chat.openai.com/",
31
32
"__comment14__": "Start browser in headless mode (without GUI)",
33
- "headless": false,
+ "headless": true,
34
35
"__comment15__": "Chrome arguments",
36
"chrome_options": [
src/lmao/_version.py
@@ -21,4 +21,4 @@
21
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
SOFTWARE.
23
"""
24
-__version__ = "1.2.0"
+__version__ = "1.2.1"
0 commit comments