Compare commits
2 commits
549672ff7d
...
e484b38eca
Author | SHA1 | Date | |
---|---|---|---|
|
e484b38eca | ||
|
6605ed126f |
2 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,5 @@ ollama
|
||||||
mistralai
|
mistralai
|
||||||
openai
|
openai
|
||||||
anthropic
|
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