Skip to content
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

Generated output not consistent #765

Open
CooldudeGeldrop opened this issue Oct 20, 2024 · 0 comments
Open

Generated output not consistent #765

CooldudeGeldrop opened this issue Oct 20, 2024 · 0 comments

Comments

@CooldudeGeldrop
Copy link

Describe the bug

// ... (previous code remains unchanged)

const handleAnalyzeText = async () => {
if (!project) return;
try {
const concepts = await extractDeeperConcepts(project.description);
setDeeperConcepts(concepts);
setChatHistory(prev => [...prev, { type: 'analysis', message: Identified concepts: ${concepts.join(', ')} }]);
} catch (error) {
console.error('Error analyzing text:', error);
setChatHistory(prev => [...prev, { type: 'error', message: 'An error occurred while analyzing the text.' }]);
}
};

// ... (other handler functions remain unchanged)

return (


{/* ... (previous JSX remains unchanged) */}

Link to the Bolt URL that caused the error

https://bolt.new/~/sb1-lu3ujp

Steps to reproduce

in projectpage.asx look at the log files

Expected behavior

the code generation actually works but after the last 2 lines somehow the output is scrambled

Screen Recording / Screenshot

image

Platform

Browser name = Chrome
Full version = 129.0.0.0
Major version = 129
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 127132322,
  "usedJSHeapSize": 122742090,
  "jsHeapSizeLimit": 4294705152
}
Username = Cooldudeams
Chat ID = d53308fad2ff

Additional context

this is happening several times per day (and tokens burner)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant