readme-ai icon indicating copy to clipboard operation
readme-ai copied to clipboard

README file generator, powered by large language model APIs 👾

Results 30 readme-ai issues
Sort by recently updated
recently updated
newest added

This PR adds support for the [Telnyx API, an OpenAI compatible API that serves a variety of open-source HuggingFace models](https://developers.telnyx.com/api/inference/inference-embedding/chat-public-chat-completions-post) like `meta-llama/Meta-Llama-3-70B` and `NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO`. Not a whole lot of changes...

Hoping that I have understood what the flag does, I'm getting errors during execution, since the program is looking for this url: http://localhost:11434/v1/chat/completions, while in the --base-url flag I modified...

Hi, I'm attempting to generate a README file for https://github.com/avjinder/Minimal-Todo (from the sample sites) Using Docker Command is: docker run -v ~/:/app -e GOOGLE_API_KEY= zeroxeli/readme-ai:latest --api GEMINI --repository https://github.com/avjinder/Minimal-Todo Error...

OS: Windows 10 I have tried running the shell as administrator and it still gives the exact same error. Is there anything else I could try? ``` PS D:\dev\ti\projects\PROJECTNAME> readmeai...

It would be better to have [g4f](https://github.com/xtekky/gpt4free) support. Alternative to GPT API Key.

Not sure if is because of GEMINI or using windows or for anything else: anyone had this issue before: ``` (readmeai) C:\Users\BrahianVT\Desktop\python\readme-ai>python -m readmeai.cli.main --api GEMINI -r https://github.com/eli64s/readme-ai ► INFO...

I am using this with Docker. Here I providing some error messages-- my command is - `docker run -it \ -e OPENAI_API_KEY=API_KEY \ -v "$(pwd)":/app zeroxeli/readme-ai:latest \ readmeai -o readme-ai.md...

Currently, the tiktoken package is on version 0.4.0, which does not support Python 3.11 and newer versions. The 0.6.0 version of the package has updates to support Python 3.11 and...

Hi, I'm trying to run the readme-ai on both a github and gitlab repos without any succsess. I am using python 3.11.4 using conda as venv (tried also with other...

Currently, [zeroxeli/readme-ai:latest](https://hub.docker.com/layers/zeroxeli/readme-ai/latest/images/sha256-904d353e89234d2b3578d0d55a1cb468949b848eed4d6b78b816a63aea47d587?context=explore) does not match the README documentation in the main branch. Could you please update the `latest` version so that we can use `--tree-depth` as described in the README?