-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Report: Inconsistent Model Identification in Puter AI Playground vs. Local Implementation #1084
Comments
Hi, thanks for reporting this. I just tried to reproduce the issue with a few naive approaches but was unable to, so we'll need a bit more information about this issue. My first is about the term "Local Project" - is this referring to an app on puter.com or an app under a selfhosted Puter environment? If you're running Puter's backend locally then it could be the case that you're using a user that doesn't have permission to access the claude model. |
thank u again! yes ofcourse i am running Puter's backend locally but even when i try to ask the same question twice inside of Puter.js Playground. some of the time it respond that it's claude and sometimes groq and etc.. |
When you're running your local project, open the network tab and find the last request to |
{ |
Whoops, I said payload but I also need the response. |
Hey I literally didn't know what the hell I was doing.. I keep getting all
these messages now and maybe restrictions even and I don't even know what I
did wrong.. I'm sorry if I affected your guys system in any way
…On Mon, Jan 13, 2025, 11:44 AM Eric Dubé ***@***.***> wrote:
Whoops, I said payload but I also need the response.
—
Reply to this email directly, view it on GitHub
<#1084 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKQI5UPK7V3NQQRC3CB5OEL2KP3Q5AVCNFSM6AAAAABU4QV76KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBXG43TGOJSGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello,
I’ve encountered an inconsistency in the responses generated by the AI model when using the Puter AI Playground compared to running the same model in my local project. Below are the details of the issue:
Steps to Reproduce:
In Puter AI Playground:
"What is your model?"
"I am Claude, an AI assistant created by Anthropic. I'm running on Puter, an open-source platform, through a driver interface called puter-chat-completion. I aim to be direct and honest about my identity and capabilities."
In Local Project:
"What is your model?"
"I'm based on OpenAI's GPT-3 model, which is designed for understanding and generating human-like text. If you have more specific questions or need assistance, feel free to ask!"
Expected Behavior:
The model should consistently identify itself as either Claude (Anthropic) or GPT-3 (OpenAI) across both environments, assuming the same model and configuration are being used.
Observed Behavior:
The model identifies itself as Claude (Anthropic) in the Puter AI Playground but as GPT-3 (OpenAI) in my local project, despite using the same model and configuration.
Questions/Concerns:
Additional Context:
I would greatly appreciate any insights or guidance on resolving this discrepancy. Thank you for your time and assistance!
Best regards,
Robel Adugna
The text was updated successfully, but these errors were encountered: