Skip to content

Insufficient balance when using meta/muse-spark-1.2 and meta/muse-spark-1.1 #3520

Description

@reynaldichernando

hi team, i get an insufficient balance when using the new muse spark 1.2 model

Image
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain how a bloom filter works and when you'd reach for one", {
            model: 'meta/muse-spark-1.2'
        }).then(response => {
            puter.print(response.message.content);
        });
    </script>
</body>
</html>

same thing is happening for meta/muse-spark-1.1

i have confirmed that my account has plenty of credits, and using any other model works

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions