heymenn commited on
Commit
da35bf4
·
verified ·
1 Parent(s): 8ae5907

Update excel_chat.py

Browse files
Files changed (1) hide show
  1. excel_chat.py +3 -1
excel_chat.py CHANGED
@@ -71,7 +71,9 @@ def ask_llm(query, user_input, client_index, user, keys):
71
  model_map = {
72
  "Perplexity Mixtral": "mixtral-8x7b-instruct",
73
  "Perplexity Llama3 70b": "llama-3-70b-instruct",
74
- "Perplexity Llama3 8b": "llama-3-8b-instruct"
 
 
75
  }
76
  response = client.chat.completions.create(
77
  model=model_map[client_index],
 
71
  model_map = {
72
  "Perplexity Mixtral": "mixtral-8x7b-instruct",
73
  "Perplexity Llama3 70b": "llama-3-70b-instruct",
74
+ "Perplexity Llama3 8b": "llama-3-8b-instruct",
75
+ "Perplexity Llama3 Sonar Small": "llama-3-sonar-small-32k-chat"
76
+ "Perplexity Llama3 Sonar Large": "llama-3-sonar-large-32k-chat"
77
  }
78
  response = client.chat.completions.create(
79
  model=model_map[client_index],