-
eg: https://github.com/vintoniuk/anadeabot/blob/945fb9f998eaf2cf609f9d9f61c467cf05c865ba/anadeabot/database.py#L23
```python
embeddings = OpenAIEmbeddings(
model=settings.embedding_model,
…
-
### Discord username (optional)
_No response_
### Describe the bug
When I start typing a new command, it starts "loading prompt" and takes several seconds to finish.
I'm in a directory which is a…
-
I wanted to check if my system had libreoffice installed, so I searched it through cosmic launcher, which caused a crash when typing "lib".
Typing "scr" or replacing the r with certain letters also c…
-
Seems like there's a security concern here, someone with a microphone can "keylog" what you are "typing", can we optionally have the speakers emit the sound of a slamming lid at random intervals to in…
-
Recursive Pydantic definitions seem unsupported for lists, unions, and optionals. My understanding is these are the basic use cases.
A reproducible example is provided below:
```python
import jso…
-
### Describe the bug
I ran into these steps:
1. I ran `marimo config show`
2. I copied the filepath that I saw which in my case was `/Users/vincentwarmerdam/.config/marimo/marimo.toml` and figur…
-
I've been trying out gleebox on my crappy little Netbook, and when I'm trying to navigate to a link on a website named "example," I have to type 'e' first, and when there are a lot of links on a websi…
-
I install PyQt6 and use this code:
```python
from objbrowser import browse
a = 16; b = 'hello'
browse(locals())
```
It gives this error:
```
Traceback (most recent call last):
File "D:\QC…
-
I'd like you to add directional keys(I think they're called). They're basically multiple characters on the same key and depending on what direction you swipe it uses one or the other. [Unexpected keyb…
-
Proposal for roadmap:
## Next minor release 0.0.2
Support python 3.12
Fix windows support
Merge open pr's from old repo's. (With non breaking API Changes)
- [x] #44
- [x] #45
- [x] #46
- [x…