forked from React-Group/interstellar_ai
Backend changes #12
2 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,5 @@ ollama
|
|||
mistralai
|
||||
openai
|
||||
anthropic
|
||||
pyOpenSSL
|
||||
pyOpenSSL
|
||||
pywebview
|
3
py/webapp.py
Normal file
3
py/webapp.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import webview
|
||||
webview.create_window('Interstellar AI', 'http://localhost:3000')
|
||||
webview.start()
|
Loading…
Reference in a new issue