Slava Kurilyak
Slava Kurilyak
+1 for accuracy mode
I'm getting the same error: `[IPKernelApp] WARNING | Parent appears to have exited, shutting down.`
Looks like `RateLimitError` /w rate limit reached for `gpt-4-vision-preview`
Check out the [rate limits](https://platform.openai.com/docs/guides/rate-limits) guide by @openai
I think this is a scope issue as I was able to resolve it with a user/system prompt: ''' To use your computer tools, run the following commands: ```py #...
Try adding `from interpreter import interpreter`
Any updates on this?
It would be great to use [RAG to teach Open Interpreter new things](https://github.com/KillianLucas/open-interpreter/releases/tag/v0.1.9) while memory feature is being solved Related issue https://github.com/KillianLucas/open-interpreter/issues/568
Excited to see [AI File System](https://github.com/KillianLucas/aifs) assist with RAG pipelines when working with local data
@KillianLucas any ETA for when `aifs` will be ready to unlock RAG pipelines?