forked from phoenix/litellm-mirror
feat(cohere/chat.py): return citations in model response
Closes https://github.com/BerriAI/litellm/issues/6814
This commit is contained in:
parent
bd59f18809
commit
2fbc71a62c
6 changed files with 310 additions and 254 deletions
|
@ -46,11 +46,12 @@ def get_current_weather(location, unit="fahrenheit"):
|
|||
"model",
|
||||
[
|
||||
"gpt-3.5-turbo-1106",
|
||||
# "mistral/mistral-large-latest",
|
||||
"mistral/mistral-large-latest",
|
||||
"claude-3-haiku-20240307",
|
||||
"gemini/gemini-1.5-pro",
|
||||
"anthropic.claude-3-sonnet-20240229-v1:0",
|
||||
# "groq/llama3-8b-8192",
|
||||
"groq/llama3-8b-8192",
|
||||
"cohere_chat/command-r",
|
||||
],
|
||||
)
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue