Evan Griffiths
Results
2
issues of
Evan Griffiths
In the llm model go code (e.g. [here](https://github.com/helixml/helix/blob/main/api/pkg/model/mistral7b.go#L46)) we build up a prompt that is a formatted string based on the chat template associated with the model. We could instead...
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