gsuuon / model.nvim

Neovim plugin for interacting with LLM's and building editor integrated prompts.
MIT License
328 stars 23 forks source link

add langserve provider #41

Closed wesl-ee closed 9 months ago

wesl-ee commented 9 months ago

Adds a provider for remote, runnable LLM chains deployed with Langserve. Exports two output parsers, generation_chunk_parser and chat_generation_chunk_parser, for two common output schemas for langserve /stream endpoints.

gsuuon commented 9 months ago

This is great! Thanks for the carriage return and trailing slash fixes.