diff --git a/.factory/config.json b/.factory/config.json new file mode 100644 index 0000000..8a75ea0 --- /dev/null +++ b/.factory/config.json @@ -0,0 +1,12 @@ +{ + "custom_models": [ + { + "model_display_name": "MiniMax-M2.1", + "model": "MiniMax-M2.1", + "base_url": "https://api.minimax.io/anthropic", + "api_key": "sk-cp-eMsvq_OqP6UiCBirrr3W6gZlG6-NXnIQeneGNpAJ8aWxywzNq5I9mibfQFBBy84C2Mm7jCqMtjKmbpnx6h02nz_D7xG6ETmBY4K6Nog454cYs_ZkYgMyG_g", + "provider": "anthropic", + "max_tokens": 64000 + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk index a51a444..55e8359 100644 --- a/src/_layouts/base.njk +++ b/src/_layouts/base.njk @@ -10,6 +10,7 @@ {{ title | default("5Panda") }} + @@ -70,7 +71,7 @@