You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following gives stop_reason: "failed" but no indication why.
importpyaici.serverasaiciasyncdefmain():
awaitaici.FixedTokens("Some long text that will serve as a prompt for the model to generate more text. This is a test of the AICI server."*500)
awaitaici.gen_text(max_tokens=250, store_var=f"function", stop_at="```")
aici.start(main())
The text was updated successfully, but these errors were encountered:
The following gives stop_reason: "failed" but no indication why.
The text was updated successfully, but these errors were encountered: