Skip to content

Commit

Permalink
uni-api: disable novita provider
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Nov 29, 2024
1 parent b86a1f9 commit 409c131
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nixos/optional-apps/uni-api.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ let
};
}
# Paid providers
{
provider = "novita";
base_url = "https://api.novita.ai/v3/openai/chat/completions";
api = {
_secret = config.age.secrets.novita-api-key.path;
};
}
# {
# provider = "novita";
# base_url = "https://api.novita.ai/v3/openai/chat/completions";
# api = {
# _secret = config.age.secrets.novita-api-key.path;
# };
# }
{
provider = "openrouter";
base_url = "https://openrouter.ai/api/v1/chat/completions";
Expand Down

0 comments on commit 409c131

Please sign in to comment.