Guilherme Ramos

Results 9 issues of Guilherme Ramos

Sorry to bother, I am really excited with possibilities from your project. Should the index.tsx be the cleanest possible? I mean, people forking from your project might want their users...

### Describe the changes you have made: I am making use of OI as a fundamental component in my project and these changes are extremely welcome and increases OI flexibility...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like When using open-interpreter as part of my python project, I'd like...

Enhancement

How I can run it from within Intellij? I was able to shell the poetry env, tried to run the cli.py (aborts without error) tried to run the interpreter.py but...

enhancement
OLD

Hello. Is it possible to query without providing the "query" attribute but conversely, providing 'document_id' ? I was looking at the code but could not find a way of doing...

How can I build this project? Intellij can't even build the gradle model because I could not go around this error: ``` Could not read 'https://api.adoptium.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/eclipse' as it does not...

help wanted

### Describe the bug I am trying to have my python project execute code dynamically via OI and every time it tries to run some shell script as described below,...

I am trying to have my python project execute code dynamically via OI and every time it tries to run some shell script as described below, it never comes back....

o3

14 comment

Hello, how to properly use with o3? I am still doing a custom json with all the parameters: ``` { "RETRIEVER": "tavily", "EMBEDDING": "openai:text-embedding-3-small", "SIMILARITY_THRESHOLD": 0.6, "FAST_LLM": "openai:gpt-4o-mini", "SMART_LLM": "openai:gpt-4o-2024-08-06",...