kpripper
kpripper
Please add React to the library! Thank you! Although the library is the best for developing extensions even without React.
I have the same problem. Approximately half of the requests give the error 500. The frequency of requests is 2 per minute. No more than 1,000 tokens per prompt.
Do you use simultaneous requests with different API keys from one IP address?
So can you remove it from the documentation?
Підтверджую, якщо вимкнути - мова не переключається. Зробив там довільний шорткат і все працює. Дякую!
> Update your vite.config.ts and add server object like this way > > import { defineConfig } from 'vite'; > import { crx } from '@crxjs/vite-plugin'; > import react from...
Fixed with: sudo chown -R $USER /usr/local
Thanks! Or like this `import styles from './App.css'` ``` React.useEffect(() => { const styleElement = document.createElement('style') styleElement.textContent = styles document.querySelector('#app-root').shadowRoot.appendChild(styleElement) }, []) ```
Is the problem solved or not? Because I still have the same error.