-
add a section about testing llms, this is crucial
-
### Bug Description
I used the `llm.structured_predict` method and after looking into the traces I noticed that there is a superfluous (second) call to the referenced method that silently fails.
…
-
**Is your feature request related to a problem? Please describe.**
The current implementation supports only Azure OpenAI as the LLM provider. It lacks the flexibility to support other LLM providers s…
-
**Title**: Integrate LLM for Generating New Headlines
**Description**: Use an LLM to generate new headlines based on the scraped headlines from news sites. The model should aim to create non-clickbai…
-
**Creating Effective Prompts to Generate Both Code and Tests**
---
Based on your request, I've reviewed the provided code and extracted inspiration from the prompts used. Below, I've outlined se…
-
### Discussed in https://github.com/langchain-ai/langchain/discussions/27404
Originally posted by **kodychik** October 16, 2024
### Checked
- [X] I searched existing ideas and did not find …
-
In an "llm chat" prompt (single-line input), whenever I reach the last column of the line, the cursor overwrites a single character and starts confusing where the line begins.
In this example, I sh…
-
hi, I find these actually exists two items: "input" and "instruction" for each sample in infobench.json file, like the following
```
{"id": "user_oriented_task_172", "input": "Crew Members", "catego…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
### What happened?
Hi, recently, I'm trying to learn the gguf-py lib and use the gruff-py and write a script to make a gguf file, after I made the file, I tried to load it using llama-cli, but it sai…