-
**Is your feature request related to a problem? Please describe.**
Let's say I have `foobar` as one of the current completion candidates, with the current line being `foo|ar` (`|` represents the cu…
noib3 updated
3 weeks ago
-
I've written a completions file that can be dropped into `~/.config/fish/completions/hexyl.fish`, or `/usr/share/fish/completions` or `/usr/share/fish/vendor_completions.d` if @sharkdp wants to includ…
-
**Is your feature request related to a problem? Please describe.**
Add shell completions for huggingface-cli
**Describe the solution you'd like**
**Describe alternatives you've considered**
-
**Bug description**
Flux flow response doesn't seem to work as expected.
**Environment**
Spring AI 1.0.0-SNAPSHOT
Java version 21
Windows 10
**Steps to reproduce**
I Tried OpenAI completion…
-
Hi, I loaded the code locally using ['prolog2gpt.pro'], and all worked fine.
However, tried the library below and it is calling the wrong URL, it should be /vi/chat/completions ?
?- use_module…
-
Would it be possible to do shell completions for tasks in deno task? I'm unfamiliar with how shell completions work.
From #14036
-
Instructor 1.3.7
Python 3.12.3
Here's my example code:
```python
client = instructor.from_litellm(litellm.acompletion, mode=instructor.mode.Mode.PARALLEL_TOOLS)
class Person(BaseModel):
…
-
I'm hesitant to post this as issues like this tend to be a misconfig somewhere...
I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used reco…
-
SakuraLLV API RUL:http://127.0.0.1:8080/chat/completions
-
```ts repro
function returnFoo(foo: T): T {
return foo;
}
// ✅ auto-completion works
returnFoo({ })
// ^|
// ❌ auto-completion broken
returnFoo({ } as const)
// ^|
…
orta updated
8 months ago