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

Inherited documentation/code from Ollama #3

Open
leftmove opened this issue May 2, 2024 · 0 comments
Open

Inherited documentation/code from Ollama #3

leftmove opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@leftmove
Copy link
Owner

leftmove commented May 2, 2024

Cria has many features inherited from ollama.

ai = cria.Cria()

prompt = "Return a JSON array of car brands."
response = ai.chat(prompt=prompt, stream=False, format="json")

Features like the above, where passing in format="json" ensures JSON output, are available from ollama, but not documented for Cria. Documentation can be found on ollama, but it would be useful to have that documentation natively.

This issue is meant for beginners, and if you are interested in either porting some more esoteric features from ollama over to Cria, or simply writing some documentation, you can help with this issue.

Important: If you want to work on this issue, please @ me and I will assign you. Once assigned, I can give you some more context depending on what you want to help with, and fill you in on some of Cria's more confusing source code.

@leftmove leftmove added enhancement New feature or request good first issue Good for newcomers labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant