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
After a few back and forths using the code editor (starting with the default prompt "Write code to demonstrate djikstra's algorithm", these two errors received (below). This was while OpenAI gpt-4o was streaming back a response. It didn't save so I don't know part that caused the error.
I was, importantly, having it update Python code over and over, so there may be a char sequence sent by the LLM it didn't like.
Console Error
<p> cannot contain a nested <pre>.
See this log for the ancestor stack trace.
constNonMemoizedMarkdown=({ children }: {children: string})=>{return(<ReactMarkdownremarkPlugins={remarkPlugins}components={components}>{children}</ReactMarkdown>);};
The text was updated successfully, but these errors were encountered:
After a few back and forths using the code editor (starting with the default prompt "Write code to demonstrate djikstra's algorithm", these two errors received (below). This was while OpenAI gpt-4o was streaming back a response. It didn't save so I don't know part that caused the error.
I was, importantly, having it update Python code over and over, so there may be a char sequence sent by the LLM it didn't like.
First Error
Second Error
The text was updated successfully, but these errors were encountered: