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

fix: custom config used for inline-completions with ollama #4257

Merged
merged 2 commits into from
Mar 26, 2025

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Mar 26, 2025

Fixes #4256

Test the appropriate configs are used.

Copy link

vercel bot commented Mar 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ❌ Failed (Inspect) Mar 26, 2025 4:17am
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2025 4:17am

@mscolnick mscolnick merged commit 13c7d12 into main Mar 26, 2025
31 of 56 checks passed
@mscolnick mscolnick deleted the ms/fix-config-used-for-inline-completions branch March 26, 2025 14:55
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.11.29-dev3

@Light2Dark Light2Dark mentioned this pull request Mar 26, 2025
4 tasks
mscolnick pushed a commit that referenced this pull request Mar 26, 2025
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR fixes any issues, list them here by number (e.g., Fixes
#123).
-->
you may have imported from the wrong lib in #4257 . I am getting the
following error:
```
from attr import dataclass
ModuleNotFoundError: No module named 'attr'
```

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [X] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [X] I have run the code and verified that it works as expected.

## 📜 Reviewers

<!--
Tag potential reviewers from the community or maintainers who might be
interested in reviewing this pull request.

Your PR will be reviewed more quickly if you can figure out the right
person to tag with @ -->

@mscolnick
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

Successfully merging this pull request may close these issues.

Ollama completion "bad request"
1 participant