ChangranHuuu commited on
Commit
3e6d957
·
verified ·
1 Parent(s): c09ec8f

Update run_chatbot.py

Browse files
Files changed (1) hide show
  1. run_chatbot.py +1 -1
run_chatbot.py CHANGED
@@ -21,7 +21,7 @@ client = openai.OpenAI(
21
 
22
  # Define the model to use
23
  # SAMBANOVA_MODEL = "Llama-4-Maverick-17B-128E-Instruct"
24
- SAMBANOVA_MODEL = "Llama-3.1-8B-Instruct"
25
 
26
  def process_with_longcepo(system_prompt: str, initial_query: str):
27
  """Processes a query using the modified LongCePO plugin with Sambanova backend."""
 
21
 
22
  # Define the model to use
23
  # SAMBANOVA_MODEL = "Llama-4-Maverick-17B-128E-Instruct"
24
+ SAMBANOVA_MODEL = "Meta-Llama-3.1-8B-Instruct"
25
 
26
  def process_with_longcepo(system_prompt: str, initial_query: str):
27
  """Processes a query using the modified LongCePO plugin with Sambanova backend."""