Eli Salamie

Results 24 comments of Eli Salamie

@Yuvalmaster Just made a small update. pip install readmeai==0.4.4 Let me know if that changes anything.

Hi @Yuvalmaster, can you try once more with ```sh pip install readmeai==0.4.6 ``` If this does not work, I'll boot up a windows machine when I get a chance and...

Hi @khengyun, thanks for sharing this! I'll take a look at implementing this into the tool. Thank you, *Eli*

Hi @skfrost19. Thanks for your interest in contributing to _readme-ai_. Do you have any specific idea of how you'd like to contribute to this feature? For additional context, the goal...

@skfrost19 Thanks for sharing, I think integrating any free API such as Google Gemini is a good starting point. Are you familiar with the [LiteLLM](https://github.com/BerriAI/litellm) project? It allows you to...

Hey @krrishdholakia, this is a cool project! Using REST endpoints was more of wanting control and flexibility at first, but I've been exploring new implementations recently with Langchain and other...

@johnfelipe can you try it again with the setup.sh script code below? ```sh #!/usr/bin/env bash # Function to check if a conda environment exists function conda_env_exists() { local env_name="$1" conda...

@alexiuscrow can you try once more? I'm able to get the `--tree-depth` working. ```console docker pull zeroxeli/readme-ai:latest docker run -it -e OPENAI_API_KEY=$OPENAI_API_KEY -v "$(pwd)":/app zeroxeli/readme-ai:latest -r https://github.com/eli64s/readme-ai-streamlit --tree-depth 1 ```

@jgordley Hey Jack, my bad for the delay. Will review your PR sometime this week and get back to you. Thank you for the addition!

Hey @AhmedMohammedMostafa I just updated the image! Please try again with the tag `0.0.4` ```sh docker pull zeroxeli/readme-ai:0.0.4 ``` And to run: ```sh # Run with Docker docker run -it...