Ashish Bhatia

Results 31 issues of Ashish Bhatia

How can I add `x-readme` section to the config? there is an `XTagGroup` but neither a more generic way nor a more specific way to specify the `x-readme` section. Context:...

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Web sockets don't work with many PAAS...

needs repro

I have a small website and I love that. However, I want to serve a PDF file as well. Right now, the PDF file is not being served with correct...

1. Start Remark42 following the docker-compose instructions [here](https://remark42.com/docs/getting-started/installation/) (with SECRET="testing" and REMARK_URL=http://localhost:8080) 2. Importing from WordPress via instructions here https://remark42.com/docs/backup/migration/ return `remark42 | 2024/03/12 00:49:52.294 [DEBUG] {middleware/auth.go:75 middleware.(*Authenticator).auth.func1} auth failed,...

**Describe the bug** A clear and concise description of what the bug is. **HTML Input** ```html Hello world. "Example 1". ``` **Generated Markdown** ````markdown [Hello world](https://example.com). " [Example 1](https://example.com)". ````...

bug
fixed_with_v2

### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question Is it safe to use `llama_index` for multiple LLM requests in parallel?...

question

Add code blocks to README

Add an option to provide the cost of input tokens and output tokens, so that, openpipe can display the cost correctly for all models. For example, one should be able...

### Bug Description `llama_index` retries `openai.AuthenticationError` ### Version 0.10.19 ### Steps to Reproduce make a request via `llama_index` to Open AI, just use a random string as a key. `llama_index`...

bug
triage