Justyn Shull

Results 48 comments of Justyn Shull

Also, please feel free to leave any feedback you come up with if you try this out!

Can you check your server's log and see if you see messages like this? > AI: Indexed 18 embedding objects for page Inbox/2024-08-03 04:55 in 3.299 seconds To test, I'd...

With https://github.com/justyns/silverbullet-ai/pull/26 , this is now possible: ```javascript const readabilityImport = import("https://esm.sh/@mozilla/readability"); let urlCache = {}; silverbullet.registerFunction('fetchAndProcessUrl', async (url) => { console.log("Received ", url); // Check if the URL is...

Anthropic allows for CORs now: https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/

Hi @snake302 , thanks for the report Do you have any space-styles or space-script/lua-script that could make a difference by any chance? Or any other plugs? I'm on macOS 15...

Do you have multiple settings files? In the console logs, it shows at least one conflict and also something about trying to write to a federated copy. I'm wondering if...

If you need more examples, I recently found out this is possible and found these example implementations: - https://github.com/jmdaly/llm-github-copilot/blob/main/llm_github_copilot.py - https://github.com/block/goose/blob/main/crates/goose/src/providers/githubcopilot.rs

I was thinking of making a few changes to the results page, mostly to show snippets of the found text. Would it be better to offer the ability of specifying...

This would be a great addition! You might be able to convert a function to a string and then eval it later? It'd need some testing, but looks like it...

Hi @inos-github It looks like DeepSeek offers an openai-compatible api according to https://api-docs.deepseek.com/ You should be able to use `https://api.deepseek.com/v1` as the api baseUrl. If you haven't already, can you...