-
OpenAI (re)added support for outputting probabilities of generated tokens to most of their LLMs: https://cookbook.openai.com/examples/using_logprobs
logprobs are ignored in my calls to http://loca…
Huge updated
10 months ago
-
The API executeServiceEndpointRequest (ServiceEndpointHttpClient) currently supports around 4K query string for requestVerb=GET but it supports only a 2K body for POST requests.
Got the following e…
-
@tsteenbakkers The current configuration does not support Azure DevOps on premises, due to the hardcoding of the host in Get-AzdoAPIURL.ps1 ( $sb.Append('dev.azure.com') | Out-Null)
I was able …
-
Version 2.2.0 on TFS
SirenOfShame links the wrong person to who started a build. On the TFS webpage, the user who triggered the build is correct. Also the 'checkin' message is always the same. Looks l…
-
**Describe the bug**
The new experimental remote cache backend for github actions (#19831) seems to easily hit rate limits in practice, presumably because it's designed for coarse grained caching o…
huonw updated
5 months ago
-
I make an API to support working with QR code receipts in Russia
If you are interested in using it for your project, please write to me
-
Support for updating gitsubmodules was added recently in https://github.com/dependabot/dependabot-core/pull/6320 but it does not work as expected. This issue is for tracking purposes and to avoid dupl…
-
Hi,
Can someone explain the following line below mentioned in Advanced usage example? I am getting WorkItem undefined error.
new_task = WorkItem(client, new_task_raw)
-
#### Neutral/Ruinous/Adroit/Mutable/Energetic Element
in `characterInventories` and `characterCurrencyLookups`,
the api seems to report only what's in the forbidden/dummy bucket `2422292810`, i.e. w…
nev-r updated
2 years ago
-
We recently upgraded our solution from RC1 to RC2 and after that we are unable to compile our entire solution. Solution consist of MVC 6 Web API, xproj and .csproj. Even after running "Clean Solution"…