-
json: cannot unmarshal object into Go struct field ChatCompletionResponseFormatJSONSchema.response_format.json_schema.schema of type json.Marshaler
github.com/sashabaranov/go-openai v1.32.3
-
## Description
The current implementation of open-webui stores full-resolution images in base64 within the `webui.db` SQLite database. While this approach may be convenient, it can lead to:
1. **D…
-
Seems like many-shot prompting seems to help on several of the existings tasks here (Big-bench hard, MATH, GSM8K, GPQA).
Not sure what's the process but seems like worth a mention / including it he…
-
## Question:
Simulate a dataset of 100 patients and three measurements. In a dataframe, the patients are rows and the measurements are columns. There is a fourth column where there is the stage cla…
-
Note, I tried to increase the resolve time in the agent.js script by modifying the line
"
// wait for a bit so stats are not undefined
await new Promise((resolve) => setTimeout(resolve, 20000));
…
-
## Question:
Generate two 1d numeric example datasets which are combinations of three normal distributions each, with different means and different standard deviations. Use this data to draw a viol…
-
# URL
- http://arxiv.org/abs/2411.04109
# Authors
- Archiki Prasad
- Weizhe Yuan
- Richard Yuanzhe Pang
- Jing Xu
- Maryam Fazel-Zarandi
- Mohit Bansal
- Sainbayar Sukhbaatar
- Jason W…
-
## Description:
I'm encountering an error when running the llm chat command on Windows. The error appears to be related to key bindings in the pyreadline3 library, where key descriptions are conve…
-
Hi,
I mentioned about this on discord:
https://discord.com/channels/1156626270772269217/1272542948848042086
**Describe the bug**
I'm using AzureOpenAiChatModel to connect to Azure OpenAI and …
-
**Given**
When ChatGPT message length is reached Server-Sent Event contains finish_reason='length' instead of null or 'stop'.
```data.detail.choices[0].finish_reason === 'length'```
**Accepta…