kacisse

Results 11 comments of kacisse

If that can help anyone, it works like that: `var httpClient = CreateHttpClient(); httpClient.DefaultRequestHeaders.Clear(); httpClient.DefaultRequestHeaders.Add("Authorization", $"Bearer {openRouterConfig.ApiKey}"); httpClient.DefaultRequestHeaders.Add("HTTP-Referer", "referer.com"); httpClient.DefaultRequestHeaders.Add("X-Title", "MyApp"); // Add OpenAI chat completion service with OpenRouter endpoint...

Same here, orchestration never returns anything but I don't see any exception or anything, it just never provide a result... Important note: i used open router, is that relevant? I'll...

Damn, it was the field decription the issue, how come they don't document that clearly ? Or do they ? Thanks guys I was able to solve my Orchestration (for...

Hi, sorry I never saw your answer, I have never been able to solve it so the only solution for me was to extract the whole thing and filter line...

Here is my fix, it works. ``` private void TryRegisterConcreteLanguage(Language language) { lock (_registerLock) { var langName = language.ToString(); // "English", "Arabic", etc. var typeName = $"Catalyst.Models.{langName}"; try { //...

So same issue as Codex...I was looking at an alternative, but If I still need to Add checkpoint and revert using git command then its the same as Codex extension...

I guess im the only one building with sap ai core out here 😅

You can already use it with Cline, it works fine but it consumes token ridiculously. I would like to use it with Opencode and compare the performance. > > I...

Yes you have to go to your BTP dashboard-> subaccount : "AI Core" module -> on the left panel you go all the way down to "Usage". There you will...

It should be somewhere because they use azureOpenAi and OpenAi chat completion which includes this kind of metadata. I'll lett you know if I find anything.