mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +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)
|
stream = optional_params.pop("stream", False)
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
"model": model,
|
||||||
"prompt": prompt,
|
"prompt": prompt,
|
||||||
**optional_params,
|
**optional_params,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue