This commit is contained in:
Patrick_Pluto 2024-09-23 14:46:17 +02:00
parent 83e0614bdb
commit 6605ed126f
2 changed files with 5 additions and 1 deletions

View file

@ -5,3 +5,4 @@ mistralai
openai
anthropic
pyOpenSSL
pywebview

3
py/webapp.py Normal file
View file

@ -0,0 +1,3 @@
import webview
webview.create_window('Interstellar AI', 'http://localhost:3000')
webview.start()