Skip to content

AIDB local llama #6890

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

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

AIDB local llama #6890

wants to merge 2 commits into from

Conversation

iakinsey
Copy link
Contributor

What Changed?

'{"model": "meta-llama/Meta-Llama-3-8B-Instruct", "revision": "main"}'::JSONB
)
```

Copy link
Contributor

Choose a reason for hiding this comment

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

example usage would be nice; especially for users not familiar with the matter e.g.

aidb=# select aidb.decode_text('llama_instruct', 'why is the sky blue?');
                                                                                                                                              decode_text
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 The sky is blue because it reflects light from the sun. The color of the sky depends on the amount and intensity of sunlight that reaches Earth's surface, as well as the composition of the atmosphere and clouds. In general, blue is a color associated with water (such as in the ocean or rivers)
(1 row)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants