desu
It's "proxy," not "agent." I don't think MM will answer you. In fact, I've been persistently asking him for about three weeks already, but I still haven't gotten an answer. However, I will keep trying.Because i really want a token
Can you tell me where to ask for a token then?
It's "proxy," not "agent." I don't think MM will answer you. In fact, I've been persistently asking him for about three weeks already, but I still haven't gotten an answer. However, I will keep trying.Because i really want a token
Can you tell me where to ask for a token then?
I want to know this, too.
I think MM has become Miku. MM, are you Miku?
@snombler wat happend to your site?
It was woefully out of date (Mistral was the newest posted model tested, I think) and proper testing takes a long time, which I needed to spend on other stuff. If I ever become independently wealthy or some stupid rich VC guy wants to give me set-for-life money, I'll bring it back with some proper UX to make pointing out errors and stuff more manageable.
@vgdasfgadg it appears that I can't use your proxy. I can't connect due to IP Address has been used already which I haven't? Can you up your IP address limit?
{
id: 'error-971033',
object: 'chat.completion',
created: 1717139917699,
model: 'unknown',
usage: { prompt_tokens: 0, completion_tokens: 0, total_tokens: 0 },
choices: [
{
message: {
role: 'assistant',
content: '### **Proxy gatekeeper error (HTTP 403)**\n' +
'\n' +
'Forbidden: no more IPs can authenticate with this user token\n' +
'\n' +
'\n' +
'\n'
},
finish_reason: 'Proxy gatekeeper error (HTTP 403)',
index: 0
}
]
}
{
role: 'assistant',
content: '### **Proxy gatekeeper error (HTTP 403)**\n' +
'\n' +
'Forbidden: no more IPs can authenticate with this user token\n' +
'\n' +
'\n' +
'\n'
}
Edit: Nevermind i fixed it. My internet as IPv6 in which it wouldn't work as sillytavern connecting to the proxy wouldn't recognize as it was only for IPv4. So, I forced my python script to only use IPv4 to authenticate and it works.