acecalisto3 commited on
Commit
9dad439
1 Parent(s): 0d4d12c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ MAX_TOKENS = 2048
20
  TEMPERATURE = 0.7
21
  TOP_P = 0.8
22
  REPETITION_PENALTY = 1.5
23
- MODEL_NAME = "codellama/CodeLlama-13b-Python-hf" # Use CodeLlama for code-related tasks
24
  API_KEY = os.getenv("HUGGINGFACE_API_KEY")
25
 
26
  # --- Logging Setup ---
 
20
  TEMPERATURE = 0.7
21
  TOP_P = 0.8
22
  REPETITION_PENALTY = 1.5
23
+ MODEL_NAME = "codellama/CodeLlama-7b-Python-hf" # Use CodeLlama for code-related tasks
24
  API_KEY = os.getenv("HUGGINGFACE_API_KEY")
25
 
26
  # --- Logging Setup ---