Skip to content

Inherited documentation/code from Ollama #3

@leftmove

Description

@leftmove

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions