forked from phoenix/litellm-mirror
simplify calling azure/commmand-r-plus
This commit is contained in:
parent
1ba1c84d83
commit
cfe358abaa
2 changed files with 2 additions and 6 deletions
|
@ -59,7 +59,6 @@ def test_completion_azure_command_r():
|
|||
|
||||
response = completion(
|
||||
model="azure/command-r-plus",
|
||||
model_id="Cohere-command-r-plus-gylpd",
|
||||
api_base=os.getenv("AZURE_COHERE_API_BASE"),
|
||||
api_key=os.getenv("AZURE_COHERE_API_KEY"),
|
||||
messages=[{"role": "user", "content": "What is the meaning of life?"}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue