Skip to content

Commit

Permalink
macos stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
K7theCompSciMan committed Oct 15, 2024
1 parent eee520e commit 2536dcd
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 2 deletions.
135 changes: 135 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:integration": "playwright test",
"test:unit": "vitest",
"tauri": "tauri",
"build-py": "python -m PyInstaller -F py/main.py --distpath src-tauri/bin/python --clean -n server-x86_64-pc-windows-msvc"
"build-py": "pyinstaller -F py/main.py --distpath src-tauri/bin/python --clean -n server-x86_64-pc-windows-msvc"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
Expand Down
Binary file added client/py/__pycache__/text_filter.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion client/py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from openai import OpenAI
import os, sys, requests
from text_filter import *
import wx, threading, json
import json
recognizer = sr.Recognizer()

# TODO: Improve Speech Recognition, text-filtering and etc.
Expand Down

0 comments on commit 2536dcd

Please sign in to comment.