TfTHacker
TfTHacker
## ✂️ Copy of your #42SmartBlock from Roam - ```` #42SmartBlock Get top level blocks from page ```` - ```` ```` - ```` ```` - ```` ```` ## 📋 Describe...
## ✂️ Copy of your #42SmartBlock from Roam - ```` #42SmartBlock Generate Date links for X days ```` - ```` ```` - ```` ```` - ```` ```` - ```` ````...
Currently we can globally configure the - gpt API (ex: 3.5, 4.) - Prompt - max tokens - and so on It would be super helpful to be able to...
It can be useful to configure how many previous messages in a conversation are sent to the API. In some scenarios, like simple language translation, the history of the conversation...
Great plugin idea! Will be one of my favs. I am curious if it would be possible for this plugin to auto-select the first block when switching into read view....
**Is your feature request related to a problem? Please describe.** When calling the openForm method, if the user cancels the form (clicks he x to close it), it does not...
More info and example: [How to get token usage data for streamed chat completion response](https://cookbook.openai.com/examples/how_to_stream_completions#4-how-to-get-token-usage-data-for-streamed-chat-completion-response)
First... I am not TypeScript expert. However, it seems to me the sample plugin code is using: `async onload() {` https://github.com/obsidianmd/obsidian-sample-plugin/blob/daa0cba23c36bbdd033087a1f7e6463b57b5ebf5/main.ts#L16 Howerver the type definition is: `onload(): void;` https://github.com/obsidianmd/obsidian-api/blob/e523ed9c94480c8b5129d607b8ad5e4456cfcd3a/obsidian.d.ts#L777 This...