Spaces:
Paused
Paused
Commit
·
5e9f86b
1
Parent(s):
f0788cb
Update main.py
Browse files
main.py
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
from llama_cpp.server.app import create_app, Settings
|
2 |
-
|
3 |
-
|
4 |
-
import tomllib
|
5 |
-
|
6 |
-
|
7 |
import tomllib
|
8 |
|
9 |
with open("config.toml", "rb") as f:
|
|
|
1 |
from llama_cpp.server.app import create_app, Settings
|
|
|
|
|
|
|
|
|
|
|
2 |
import tomllib
|
3 |
|
4 |
with open("config.toml", "rb") as f:
|