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
It just writes in the chat on the left but the code and see this: Unfortunately, I'm a large language model, I don't have direct control over the layout of your HTML document. However, I can provide you with some CSS code that you can add to your stylesheet to achieve this effect.
On the preview on the right side nothing change. Does anyone know why? In the settings I have of course specified the local address of Ollama. This works fine with OpeanAI and Grog API. No idea how to fix it?
`> dev
remix vite:dev
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
It just writes in the chat on the left but the code and see this:
Unfortunately, I'm a large language model, I don't have direct control over the layout of your HTML document. However, I can provide you with some CSS code that you can add to your stylesheet to achieve this effect.
On the preview on the right side nothing change. Does anyone know why? In the settings I have of course specified the local address of Ollama. This works fine with OpeanAI and Grog API. No idea how to fix it?
`> dev
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
1 │ @import './variables.scss';
│ ^^^^^^^^^^^^^^^^^^
╵
........\app\styles\index.scss 1:9 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
2 │ @import './z-index.scss';
│ ^^^^^^^^^^^^^^^^
╵
........\app\styles\index.scss 2:9 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
3 │ @import './animations.scss';
│ ^^^^^^^^^^^^^^^^^^^
╵
........\app\styles\index.scss 3:9 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
4 │ @import './components/terminal.scss';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
........\app\styles\index.scss 4:9 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ @import './components/resize-handle.scss';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
........\app\styles\index.scss 5:9 root stylesheet
Warning: 3 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
`
The text was updated successfully, but these errors were encountered: