mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(feat) add setting input_type for cohere
This commit is contained in:
parent
724e169f32
commit
03860984eb
2 changed files with 7 additions and 0 deletions
|
@ -1764,6 +1764,7 @@ def embedding(
|
|||
response = cohere.embedding(
|
||||
model=model,
|
||||
input=input,
|
||||
optional_params=kwargs,
|
||||
encoding=encoding,
|
||||
api_key=cohere_key,
|
||||
logging_obj=logging,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue