Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from llama_cpp.llama_cpp_agent import get_messages_formatter_type, get_context_b
|
|
13 |
from io import StringIO
|
14 |
import tempfile
|
15 |
|
|
|
16 |
# --- Global Variables ---
|
17 |
CURRENT_PROJECT = {} # Store project data (code, packages, etc.)
|
18 |
MODEL_OPTIONS = {
|
|
|
13 |
from io import StringIO
|
14 |
import tempfile
|
15 |
|
16 |
+
|
17 |
# --- Global Variables ---
|
18 |
CURRENT_PROJECT = {} # Store project data (code, packages, etc.)
|
19 |
MODEL_OPTIONS = {
|