diff --git a/py/requirements.txt b/py/requirements.txt index 8a79dc1..bd93ad7 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -4,5 +4,4 @@ ollama mistralai openai anthropic -pyOpenSSL -pywebview \ No newline at end of file +pyOpenSSL \ No newline at end of file diff --git a/py/webapp.py b/py/webapp.py deleted file mode 100644 index 6ad4725..0000000 --- a/py/webapp.py +++ /dev/null @@ -1,3 +0,0 @@ -import webview -webview.create_window('Interstellar AI', 'http://localhost:3000') -webview.start()