acecalisto3 commited on
Commit
f99f73e
1 Parent(s): 86d2d88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ MAX_TOKENS = 2048
24
  TEMPERATURE = 0.7
25
  TOP_P = 0.8
26
  REPETITION_PENALTY = 1.5
27
- MODEL_NAME = "mistralai/Mixtral-8x7B-Instruct-v0.1"
28
  API_KEY = os.getenv("HUGGINGFACE_API_KEY")
29
 
30
  # --- Logging Setup ---
 
24
  TEMPERATURE = 0.7
25
  TOP_P = 0.8
26
  REPETITION_PENALTY = 1.5
27
+ MODEL_NAME = "codellama/CodeLlama-13b-Python-hf"
28
  API_KEY = os.getenv("HUGGINGFACE_API_KEY")
29
 
30
  # --- Logging Setup ---