cria icon indicating copy to clipboard operation
cria copied to clipboard

Run LLMs locally with as little friction as possible.

Results 3 cria issues
Sort by recently updated
recently updated
newest added

If my `llama3:8b` is hosted on remote server somewhere in AWS cloud, how do I pass it in to this? ```python cria.Cria( model: Optional[str] = 'llama3:8b', standalone: Optional[bool] = False,...

Cria has many features inherited from [ollama](https://github.com/ollama/ollama-python). ```python ai = cria.Cria() prompt = "Return a JSON array of car brands." response = ai.chat(prompt=prompt, stream=False, format="json") ``` Features like the above,...

enhancement
good first issue

This only occurs occasionally, and I don't see anything wrong on my end... Traceback (most recent call last): File "/Users/mikrubin/Library/CloudStorage/[email protected]/My Drive/Python/maptasker/maptasker/main.py", line 40, in main() File "/Users/mikrubin/Library/CloudStorage/[email protected]/My Drive/Python/maptasker/maptasker/main.py", line 21,...