-
### Is your feature request related to a problem?
When working with DataTrees, that are tree-like structure, it is common to have to build paths to access the data contained inside of it. It is then …
-
### Summary
My command gives me a permission error even if its not in the code.
### Reproduction Steps
```py
@commands.is_owner()
@app_commands.user_install()
@app_commands.allowed_contexts(guil…
-
### 📝 Reference
https://github.com/lobehub/lobe-chat/tree/main/docs/usage/tools-calling.zh-CN.mdx
### 🐛 Feedback
tools-calling除了这个应用外,还有一个应用形式,即「结构化输出」(Structured Output),如:
```python
fro…
-
Hi. I got the original RCV1-V2 dataset used your preprocess file (clean_str and clean_stopwors) and converted it to the required format {'token': List[str], 'label': List[str]}. I made the train, val,…
-
In `reverie/backend_server/persona/prompt_template/run_gpt_prompt.py`, multiple requests to OpenAI are made with a hardcoded model `gpt-35-turbo-0125`, which is currently not a valid/supported model o…
-
# The algorithm for computing the “most” compact version for computing a said is as follows.
## Recursively ascending the document tree of nested blocks.
- If a block has a said field `d` then t…
-
Rules should give suggestions for fixes where possible, with a mode to automatically apply them
-
Background:
I want to parser pl/sql with c ++target .
Grammar:
https://github.com/antlr/grammars-v4/tree/master/plsql
results:
ParseTree is too slow, about 3 ~4 seconds
int main(int , c…
-
Even though the Columns() object has an option for encoding, this parameter does not appear to be passed through the helpers to load_vensim() or any similar top-level function. Please allow me to spec…
-
Script Example on Python 3.12 and ponyorm 0.7.19:
```
from pony.orm import (
Database,
Required,
Set,
Optional,
PrimaryKey,
set_sql_debug,
commit,
)
import pon…