Thomas B.
Thomas B.
Well I now found the margin and gravity hardcoded in `FloatingActionButtonView.java`, would be great to have these values defined in the props of the component!
I'd like to chime in and revive the discussion :) I am trying to wrap my head around the text splitters since I observed results that make no sense to...
What kind of controller? Can you give a quick example? Thanks!
I'd also love `temperature` to be available in the frontend
`"OPENID_CONFIG" is not exported `. Add this and potentially all others to `.env.local`. The simplest docker-compose.yml that works for me is this (after removing `.env`): ```yaml version: '3.3' services: mongodb:...
BTW: Amazing how fast you folks are getting OpenGPTs out - so soon after OpenAI's announcement. But besides the barely usable UI/UX, this feels like a shot from the hip...
Same here. In the console There's two log entries: `{LogseqAutomaticLinker: 'fetchAliases', result: Array(38), resultMap: Array(38)}` `{LogseqAutomaticLinker: 'getPages', results: Array(423), pageList: Array(409)}` No errors or anything else Links are parsed when...
> but it would probably take some re-working of the prompts to tell the bot what to do when the user interrupts. Can you hint me towards an example which...
Langchain's message history comes in handy here, see the [langchain example](https://github.com/pipecat-ai/pipecat/blob/fe71825954440e17abf00ab5c786c38af9afd0c1/examples/foundational/07b-interruptible-langchain.py#L85). You can store the history per speaker, summarize long conversations, persist in a database etc.
Azure and AWS!