acecalisto3 commited on
Commit
c133cb8
·
verified ·
1 Parent(s): c4580a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 like 'google/flan-t5-xl'
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