mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix test codestral api
This commit is contained in:
parent
aceab2669f
commit
16d09b1dd3
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ class CodestralTextCompletion(BaseLLM):
|
|||
stream = optional_params.pop("stream", False)
|
||||
|
||||
data = {
|
||||
"model": model,
|
||||
"prompt": prompt,
|
||||
**optional_params,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue