-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ollama #6233
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
||
## 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** |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually no, updated.
Introducing Ollama