Compare commits

..

2 commits

Author SHA1 Message Date
Patrick_Pluto
e484b38eca Merge remote-tracking branch 'origin/main' 2024-09-23 14:46:26 +02:00
Patrick_Pluto
6605ed126f WebView 2024-09-23 14:46:17 +02:00
2 changed files with 5 additions and 1 deletions

View file

@ -4,4 +4,5 @@ ollama
mistralai mistralai
openai openai
anthropic anthropic
pyOpenSSL 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()