-
```py
import langroid as lr
from langroid.language_models import Role, LLMMessage
cfg = lr.language_models.OpenAIGPTConfig(
chat_model = lr.language_models.OpenAIChatModel.GPT4
)
mdl = lr.…
-
When running `make serve-guide-docs` I get the following error:
```
rm -r docs/guide/pycco || true
rm: docs/guide/pycco: No such file or directory
find kuebiko -name "*.py" | xargs pycco -p -d d…
-
I added the pymdownx `markdown_extensions` for highlighting code and tried adding the copy button, but both do not appear for some reason. I also tested this with other mkdocs themes, but this did no…
-
## Description:
Let's continue a discussion mentioned in this issue: https://github.com/ractivejs/ractive/issues/3156
I offer to create repo "awesome-ractive" to look for everything Ractive's stuf…
-
Gradio recently released [Gradiolite](https://www.gradio.app/guides/gradio-lite) which makes it super simple to use Gradio in Pyodide and embed it into websites.
```html
i…
-
There are quite a few changes that are taking place at this very moment, but I would absolutely love to work on multiple language support for the site.
This is [easy to do with the mkdocs framewor…
-
Something `techdocs-core` is doing (maybe [setting](https://github.com/backstage/mkdocs-techdocs-core/commit/ec5dcc17c917a383f8b43e3ce11484c17491bcfd) `theme.palette` to `''`?) prevents [code annotati…
-
**Describe the bug**
I cannot use `actions/setup-python@v2` on my self-hosted ARM.
**Which version of the action are you using?**
- [ ] `v1`
- [x] `v2`
- [ ] Some other tag (such as `v2.0.…
-
From [this comment](https://github.com/simolus3/drift/issues/3171#issuecomment-2308408926):
> We're currently planning to migrate the documentation website to Material for MkDocs, a different stati…
-
`git log --oneline v1.3..latest`
# Major changes for v2.0
With this v2.0 release, we've fixed several significant bugs, [added thorough documentation](https://spacegraphcats.github.io/spacegraph…