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 5 additions and 1 deletions
Showing only changes of commit 6605ed126f - Show all commits

View file

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