María Virginia Rodríguez
María Virginia Rodríguez
> [@nomarek](https://github.com/nomarek) my workaround: > > - model_name: text-completion-mistral-open-codestral-mamba > litellm_params: > model: text-completion-codestral/open-codestral-mamba > api_base: https://api.mistral.ai/v1/fim/completions > api_key: os.environ/MISTRAL_API_KEY > > - model_name: text-completion-mistral-codestral-latest > litellm_params: > model: text-completion-codestral/codestral-latest...
Great news!
1. Add the environment variables to the .env file: ``` PORTKEY_API_KEY=lx************************ PORTKEY_API_BASE=https://api.portkey.ai/v1 ``` 2. Add them to the compose.yaml (as I have the ones of the other providers): ``` PORTKEY_API_BASE:...
Hi @krrishdholakia could you take a look at this please? Thanks in advance!
Hey @krrishdholakia , I tried this two ways in my config, none of them worked: ``` # PortKey - model_name: "portkey/gpt-4o" litellm_params: model: "openai/portkey/gpt-4o" # Use OpenAI route api_base: os.environ/PORTKEY_API_BASE...