Backend changes #12

Merged
sageTheDm merged 15 commits from React-Group/interstellar_ai:main into main 2024-09-23 16:54:30 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 1a45c04b88 - Show all commits

View file

@ -5,4 +5,7 @@ mistralai
openai
anthropic
pyOpenSSL
pywebview
tkhtmlview
cefpython3
pywebview

View file

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