Examples#
For minimal examples you can quickly run, see the Example section for each of these functions:
cappr.openai.classify.predict()
cappr.huggingface.classify.predict()
cappr.llama_cpp.classify.predict()
cappr.openai.classify.predict_examples()
cappr.huggingface.classify.predict_examples()
cappr.llama_cpp.classify.predict_examples()
Also see the Usage section in the repo README.
For examples of fully worked out tasks, see the demos in the repo.