rajeshlion commited on
Commit
5fee350
·
verified ·
1 Parent(s): e87c84a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ class cbfs:
53
  # chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3-sonnet', temperature=0)
54
  # elif model_name == "Claude 3.5 Sonnet":
55
  # chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3.5-sonnet', temperature=0)
56
- # else:
57
  # Default model
58
  # chosen_llm = ChatOpenRouter(model_name="meta-llama/llama-3-70b-instruct", temperature=0)
59
  chosen_llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)
 
53
  # chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3-sonnet', temperature=0)
54
  # elif model_name == "Claude 3.5 Sonnet":
55
  # chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3.5-sonnet', temperature=0)
56
+ else:
57
  # Default model
58
  # chosen_llm = ChatOpenRouter(model_name="meta-llama/llama-3-70b-instruct", temperature=0)
59
  chosen_llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)