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

Doesn't work with local Ollama models #3

Open
funnymataleao opened this issue Nov 1, 2024 · 1 comment
Open

Doesn't work with local Ollama models #3

funnymataleao opened this issue Nov 1, 2024 · 1 comment

Comments

@funnymataleao
Copy link

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


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.

`

@Mnl-GRTN
Copy link

Mnl-GRTN commented Nov 2, 2024

This is related to this issue : stackblitz-labs/bolt.diy#152

So it doesn't come from the pinokio script

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

2 participants