simplify calling azure/commmand-r-plus

This commit is contained in:
Ishaan Jaff 2024-04-05 09:18:11 -07:00
parent 1ba1c84d83
commit cfe358abaa
2 changed files with 2 additions and 6 deletions

View file

@ -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?"}],