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

feat: Support generateContent for tuned model in googleai_dart client #358

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

davidmigloz
Copy link
Owner

@davidmigloz davidmigloz commented Apr 2, 2024

final res = await client.generateContentTunedModel(
  tunedModelId: 'my-tuned-model',
  request: GenerateContentRequest(
    //...
   ),
);

@davidmigloz davidmigloz self-assigned this Apr 2, 2024
@davidmigloz davidmigloz added t:enhancement New feature or request p:googleai_dart googleai_dart package. labels Apr 2, 2024
@davidmigloz davidmigloz added this to the v0.5.0 milestone Apr 2, 2024
@davidmigloz davidmigloz merged commit f41a7e2 into main Apr 2, 2024
1 check passed
@davidmigloz davidmigloz deleted the gen-content-tuned-model branch April 2, 2024 18:03
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:googleai_dart googleai_dart package. t:enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant