mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-19 00:31:06 +00:00
chore(types) - Fix type checks
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Uses Ollama's reranker API to score documents against a query.
|
||||
*/
|
||||
|
||||
import { RERANKER_MODEL } from "../constants";
|
||||
import { RERANKER_MODEL } from "../constants.js";
|
||||
|
||||
const OLLAMA_HOST = process.env.OLLAMA_HOST || "http://localhost:11434";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user