Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support for Zhipu Model image generations interface #1088

Open
sweat89 opened this issue May 10, 2024 · 0 comments
Open

[FEATURE] Support for Zhipu Model image generations interface #1088

sweat89 opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request P3 Medium priority

Comments

@sweat89
Copy link

sweat89 commented May 10, 2024

the official endpoint: https://open.bigmodel.cn/api/paas/v4/images/generations

@sweat89 sweat89 added the enhancement New feature or request label May 10, 2024
@langchain4j langchain4j changed the title Support for Zhipu Model image generations interface [FEATURE] Support for Zhipu Model image generations interface May 13, 2024
@langchain4j langchain4j added the P3 Medium priority label May 13, 2024
@1402564807 1402564807 mentioned this issue May 23, 2024
10 tasks
langchain4j pushed a commit that referenced this issue May 24, 2024
## Issue
<!-- Please paste the link to the issue this PR is addressing. For
example: #1012 -->
#1088 

## Change
<!-- Please describe the changes you made. -->
Add ZhipuAi image model implementation `ZhipuAiImageModel`
Add ZhipuAi image model unit tests `ZhipuAiImageModelIT`

## General checklist
<!-- Please double-check the following points and mark them like this:
[X] -->
- [x] There are no breaking changes
- [x] I have added unit and integration tests for my change
- [x] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [ ] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core)
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j)
modules, and they are all green
<!-- Before adding documentation and example(s) (below), please wait
until the PR is reviewed and approved. -->
- [ ] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)


## Checklist for adding new model integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added my new module in the
[BOM](https://github.com/langchain4j/langchain4j/blob/main/langchain4j-bom/pom.xml)


## Checklist for adding new embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added a `{NameOfIntegration}EmbeddingStoreIT` that extends
from either `EmbeddingStoreIT` or `EmbeddingStoreWithFilteringIT`
- [ ] I have added my new module in the
[BOM](https://github.com/langchain4j/langchain4j/blob/main/langchain4j-bom/pom.xml)


## Checklist for changing existing embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have manually verified that the
`{NameOfIntegration}EmbeddingStore` works correctly with the data
persisted using the latest released version of LangChain4j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3 Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants