Huang, Hong-Chang

Results 2 comments of Huang, Hong-Chang

Hi, I noticed your discussion about abstracting the LLM client. It looks like the `pydantic-ai` library ([https://ai.pydantic.dev](https://ai.pydantic.dev)) already provides a nice abstraction layer, with support for Gemini, OpenAI, Ollama, and...

In Zed, these LSP initialization options work very well with Pixi! I think it solves the issues. ```json { "lsp": { "rust-analyzer": { "binary": { "path": "pixi", "arguments": [ "run",...