-
Subscribe to this issue and stay notified about new [daily trending repos in Python](https://github.com/trending/python?since=daily).
-
### Bug Description
I encountered an issue with the system prompt template for the React agent, which does not work as expected with all LLMs. Specifically, I tested the template with several LLMs of…
-
When attempting to use the Gemini API in Android, I encountered the error `Content generation stopped. Reason: RECITATION`. This error is particularly frustrating as it occurs randomly without any app…
-
This proposal includes parser, styling, and rendering changes to make the `` element fully customizable by authors.
Explainer: https://open-ui.org/components/customizableselect
Spec PRs:
- http…
-
Bing chat says that this should work:
```
var document = new Document("path/to/your/document");
document.Import();
// Get the summary
var summary = document.GetSummary();
```
which obviou…
-
Hi All,
I had trouble getting ingest.py to run with dev or nightly versions of pytorch that support cuda 12.1, which I have installed:
```
(local-gpt) PS C:\Users\domin\Documents\Projects\Python\…
-
Currently language detection is rudimentary and often causes incorrect interpretation of dates. See for example #567 and #575.
We need to improve how language detection works. Plugging-in an option…
-
Mobile OSM apps (e.g. OSMAnd) already support OpenLocationCode, as does Google maps, and it would be great if the OSM website did too. There's a Ruby implementation, https://github.com/google/open-loc…
-
## 🚧 Actual state of work in progress
In order to effectively utilize RAG for long-term memory in AutoGPT, we need to find or create data points during the think-execute cycle which we can use to que…
Pwuts updated
4 months ago
-
#### What happens?
duckdb crashes when trying to perform queries on a large (~150 GB) parquet database
#### To Reproduce
Apologies I cannot reproduce this with a smaller dataset. I can reproduce…