Victorio Berra
Victorio Berra
@itpropro I added more info to my orig comment. Those flags do nothing in my config.
@mrleblanc101 Is there anything wrong with my config, or my button click event? 
Same result with: @mrleblanc101 ```ts const { fetch } = useOidcAuth() fetch() .then(data => { console.log(data) }) .catch(error => { console.error('Error:', error) }) ``` Which I confirm hits /api/_auth/session **server...
@mrleblanc101 package.json `"nuxt-oidc-auth": "^0.18.0",`. Not sure I follow on the hooks, the above code I showed `fetch()` hits `api/_auth/session`
GOT IT. KeyCloak by default sets the access token expiration to 1 minute. Once I bumped to 1 hour, it all started working. That was frustrating.
Seeing same issue, tagging myself as well.
I love the shift+space which triggers the generation. The personal assistant implementation is a little odd since the UI is built into the result view area, try it and you...
LinqPad can use azure and openai. Not sure if ollama is planned.  Older screenshot from last year ^
Possibly/probably related to https://github.com/serdarciplak/BlazorMonaco/issues/126 @serdarciplak any advice?
@annando I am unable to do that, if I click 'next', Chrome prompts me:  If i "send anyway" I get a blank white page. It appears to want to...