forked from phoenix/litellm-mirror
(fix) cohere test
This commit is contained in:
parent
3c44a54e7a
commit
c304117caa
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ def hf_test_completion_tgi():
|
||||||
|
|
||||||
def test_completion_cohere(): # commenting for now as the cohere endpoint is being flaky
|
def test_completion_cohere(): # commenting for now as the cohere endpoint is being flaky
|
||||||
try:
|
try:
|
||||||
litellm.CohereConfig(max_tokens=1000, stop_sequences=["a"])
|
litellm.CohereConfig(max_tokens=10, stop_sequences=["a"])
|
||||||
response = completion(
|
response = completion(
|
||||||
model="command-nightly", messages=messages, logger_fn=logger_fn
|
model="command-nightly", messages=messages, logger_fn=logger_fn
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue