langchain-benchmarks icon indicating copy to clipboard operation
langchain-benchmarks copied to clipboard

Test some other models

Open eyurtsev opened this issue 1 year ago • 0 comments

Whenever we're ready with tool calling

  # ("fireworks-firefunction-v1", ChatFireworks(model="accounts/fireworks/models/firefunction-v1", temperature=0)),
  # ("cohere-command-light", ChatCohere(temperature=0, model="command-light")),
  # ("cohere-command", ChatCohere(temperature=0, model="command")),
  # ("cohere-command-r", ChatCohere(temperature=0, model="command-r")),
  # ("cohere-command-r-plus", ChatCohere(temperature=0, model="command-r-plus")),
  # ("mistral-large-2402", ChatMistralAI(model="mistral-large-2402", temperature=0)),

eyurtsev avatar Apr 10 '24 21:04 eyurtsev