Is there any chance we can get Longcat model on this. #7212
Green-Edmond
started this conversation in
General
Replies: 1 comment
|
Yep, you can already use Longcat (like their new LongCat-2.0 model) right now since Just update {
"providers": {
"longcat": {
"baseUrl": "https://api.longcat.chat/openai/v1",
"api": "openai-completions",
"apiKey": "$LONGCAT_API_KEY",
"models": [
{
"id": "LongCat-2.0",
"contextWindow": 1000000,
"maxTokens": 131072
}
]
}
}
}Then just make sure your |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Longcat recently launched new model, it's really cheap and perform some tasks pretty well, is there any chance we can have this on Pi?
All reactions