Skip to content

Cerebras streaming makes streaming get stuck #22

@Sixzero

Description

@Sixzero

I tried to test today the Cerebras model with some streaming:
MVP

using PromptingTools: CerebrasOpenAISchema, aigenerate
aigenerate(CerebrasOpenAISchema(), "Tell me a joke."; model="gpt-oss-120b") # works

using StreamCallbacks
cb = StreamCallback()
aigenerate(CerebrasOpenAISchema(), "Tell me a joke."; model="gpt-oss-120b", streamcallback=cb) # gets stuck

What could we do with this? for me the second one gets stuck.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions