Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from streamlit_ace import st_ace
|
|
| 24 |
from streamlit_chat import st_chat
|
| 25 |
|
| 26 |
# --- Constants ---
|
| 27 |
-
MODEL_NAME = "google/flan-t5-xl" # Consider using a more powerful model
|
| 28 |
MAX_NEW_TOKENS = 2048 # Increased for better code generation
|
| 29 |
TEMPERATURE = 0.7
|
| 30 |
TOP_P = 0.95
|
|
|
|
| 24 |
from streamlit_chat import st_chat
|
| 25 |
|
| 26 |
# --- Constants ---
|
| 27 |
+
MODEL_NAME = "google/flan-t5-xl" # Consider using a more powerful model
|
| 28 |
MAX_NEW_TOKENS = 2048 # Increased for better code generation
|
| 29 |
TEMPERATURE = 0.7
|
| 30 |
TOP_P = 0.95
|