Ibrahim H.

Results 72 comments of Ibrahim H.

> Hi, does the URL you enter into your browser contain the token (i.e. localhost://3030#token=something)? The terminal shows you the link you have to use Yep, it does, I've also...

I had a similar issue, I believe fixed by importing the right package (it's been changed): `memgpt.presets.presets` instead of `memgpt.presets`.

I'm getting a similar error: ``` Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1716749037808 ``` I'm not sure if I can use `nuxt-file-storage` module to save a generated image to the...

> @bitsnaps please provide a reproduction using [Stackblitz](https://stackblitz.com/edit/nuxt-3). write in the same code that resulted in this issue My bad, I had to run that code from an event handler...

I would suggest to customize the root path in the `routes.json` custom routes as follows: ```json { "/": "/books" } ``` Sadly this wont work unless you create the empty...

> Could you try defining the llm like this instead? Just want to double check if this could indica another bug > > `pip install langchain-groq` > > ```python >...

> Try to understand what the topic is before you write a response. I apologize if my comment was off-topic or unhelpful for your specific issue, I thought that would...

After some research I'd suggest -as a best solution in this case- either a simple implementation of [**N-Gram with Smoothing**](https://nlp-iiith.vlabs.ac.in/exp/n-grams-smoothing/theory.html) as It strikes a good balance between simplicity, performance, and...

Similar issue on Big sur 11.7: ```bash Warning: Your Xcode (11.3.1) at /Applications/Xcode.app is too outdated. Please update to Xcode 13.2.1 (or delete it). Xcode can be updated from the...

Actually, there is also `falsh` version: ``` gemini-2.5-pro-preview-05-06 gemini-2.5-flash-preview-04-17 ``` List of models should be grabbed from some sort of updated API or so?