Skip to content

Conversation

STetsing
Copy link
Collaborator

@STetsing STetsing commented Aug 6, 2025

Introducing Ollama

Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 6a2358e
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/68b6c4959b85530008d249ac
😎 Deploy Preview https://deploy-preview-6233--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@STetsing STetsing requested a review from yann300 August 19, 2025 14:19
@STetsing STetsing added the ready-to-review PR ready to review label Aug 19, 2025

## Restrictions
The current integration does not allow agentic workflows. We strongly recommend running Ollama with hardware acceleration (e.g. GPUs) for best experience. The following features are not enabled when using Ollama, please fallback to remote providers.
- **Contract generation**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this still the case?

}

await statusCallback?.('Processing generated files...')
this.contracts = {}
const parsedFiles = payload
const parsedFiles = this.plugin.remoteInferencer instanceof OllamaInferencer ? JSON.parse(payload) : payload
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you parse payload above (line 46), so you don't need to make any changes here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually no, updated.

@yann300 yann300 self-requested a review August 27, 2025 10:52
@STetsing STetsing enabled auto-merge September 2, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants