mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
[PR #83] [MERGED] vllm provider for guided generation #592
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/83
Author: @yangyaofei
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/19/2025
Merged by: @LogicOber
Base:
main← Head:main📝 Commits (4)
da1350avllm provider for guided generation48318d2update authorcc25cc1Merge branch 'langgenius:main' into main2f88b25add PRIVACY.md, update readme.md, remove unnecessary file📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
yangyaofei/dify-vllm-provider.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Submission Type
2. Description
vllm-openai dify provider plugin to support guided generate.
The vllm openAI compatible server
can make CFG(Classifier-Free Guidance) with outlines or
lm-format-enforcer with
Extra Parameterslikeguided_json,guided_regex.The openai compatible provider in Dify can not do this, but like gpt-4o can do same thing with json flag.
This plugin provide a vllm-openai provider upon Dify's openai compatible provider with
guided_json,guided_regex,guided_grammar.3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No data collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.