-
Is there some mechanism to avoid hitting the API if the prompt hasn't changed at all?
For example:
```
import ell
@ell.simple(model="gpt-4o")
def hello(name: str):
"""You are a helpful…
-
### Discussed in https://github.com/pawamoy/duty/discussions/25
Originally posted by **medihack** November 18, 2024
While looking around for a pyinvoke alternative, I stumbled upon duty and it…
-
### Is your feature request related to a problem? Please describe.
It would be nice to have shell completions of the available duties and parameters for convenience.
### Describe the solution yo…
-
As dynamic completions are being worked on, let's use this issue to gather ideas for possible completions in one place. I'll try to keep the list in the issue description up to date according to the d…
-
Can we a simple completions example, preferably with no proc-macro (feature=derive) dependencies? I don't need any validators/highlighters/e.t.c.
Of course I have already taken a look at diy_hints.…
-
it should be possible to provide completions for the terminal by getting the completions from the shell
-
How? There's the concept of a "tofu", an invisible character added to each completion candidate, to be stripped later. Prior art in Consult.
-
**Describe the bug**
Don't know if it's a bug, but I'm trying to make Sentiment Analysis using OpenAI GPT-4. I was trying to do so using the completions API with the example of the documentation.
…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Completions for typescript has become a lot better with Zed preview v0.162.1, but the time in whic…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I would like if we could make inline completions appear in the code completion box. There is an example of this for nvim…