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

Fixes #4123: Add anthropic claude support #4148

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Fixes #4123: Add anthropic claude support #4148

merged 2 commits into from
Jul 30, 2024

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Jul 17, 2024

@@ -249,3 +250,53 @@ CALL apoc.ml.openai.chat([{"role": "user", "content": "Explain the importance of
'<apiKey>',
{endpoint: 'https://api.groq.com/openai/v1', model: 'mixtral-8x7b-32768'})
----

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add examples for additional parameters (max_tokens, max_tokens_sample, ...)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added below

@RobertoSannino RobertoSannino merged commit b80a8bd into dev Jul 30, 2024
5 checks passed
@RobertoSannino RobertoSannino deleted the issue-4123 branch July 30, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants