Skip to content

iguanesolutions/dify-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

IG1 Dify Provider

This is a model provider for Dify. It support LLM, Embeddings and Reranking models. Tags of this repo are following dify versions.

Build

In order to build the docker image with the ig1 provider you need to specify the dify image version:

VERSION=0.10.0-beta2
git checkout dify-v${VERSION}
docker build --build-arg dify_image=langgenius/dify-api:${VERSION} -t dify-api:${VERSION}-ig1 .

If there is a new version of Dify and this repository has not been updated yet with the new tag, you can always try to build a new image:

git checkout master
docker build --build-arg dify_image=langgenius/dify-api:0.10.0-new -t dify-api:0.10.0-new-ig1 .

If the Dify API has not change it should be good.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published