OpenFactVerification icon indicating copy to clipboard operation
OpenFactVerification copied to clipboard

Loki: Open-source solution designed to automate the process of verifying factuality

Results 2 OpenFactVerification issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to track tokens used by a fact check call using the python api, e.g. something like: ``` from factcheck import FactCheck results =...

enhancement

I ried to register my ollama node into api_config.yaml ``` SERPER_API_KEY: null OPENAI_API_KEY: null ANTHROPIC_API_KEY: null LOCAL_API_KEY: anykey LOCAL_API_URL: http://127.0.0.1:11434 ``` But encounter an error ``` python webapp.py --api_config api_config.yaml...