Peter Tripp
Peter Tripp
I can reproduce this with my GitHub account. I also get the following response: ``` I am based on OpenAI's GPT-3 model. ```
I'm going to go ahead and close this. In the intervening two months I've become accustomed to models hallucinating other models as their own name, even when the correct name...
Assuming the bindings support http endpoints with the appropriate semantics (e.g. OpenAI) we do expose [custom endpoint](https://zed.dev/docs/assistant/configuration#custom-endpoint) setting that you could try. If you get that working, I'd be happy...
@rajivmehtaflex This is an unrelated enhancement request. Please do not hijack it for your your configuration issues. `available_models` is an array of objects, not an array of strings. Additionally I'm...
GPT4All implements an OpenAI compatible API interface on port 4891. It should be supported as other [OpenAI API Compatible](https://zed.dev/docs/assistant/configuration#openai-api-compatible) providers are. ```json "language_models": { "openai": { "api_url": "http://localhost:4891/v1", "available_models": [...
Can you try the commands shown in https://github.com/zed-industries/zed/issues/14862 to see if that helps?
Steps to reproduce: 1. Download mario.png and luigi.png   2. Open `mario.png` in Zed. 3. From the command line `cp luigi.png mario.png` Notice Zed still shows the Mario and...
Duplicate of: - https://github.com/zed-industries/zed/issues/11529
I see. So you're wanting support for `font_style` on things like `editor.document_highlight.read_background` which currently only support a hex color string. We already support this for `syntax` elements, so it's not...
I think #16294 would certainly help you, but the best workaround I can suggest for the moment is to maintain two distinct keybinds (laptop.json and ergonomic.json) and then have command...