Update 'index.js'
This commit is contained in:
parent
cf53a3ab91
commit
ff76316748
1 changed files with 5 additions and 0 deletions
5
index.js
5
index.js
|
@ -82,6 +82,11 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function aThousand() {
|
async function aThousand() {
|
||||||
|
const instance = new Ollama({
|
||||||
|
model: "codellama",
|
||||||
|
url: "http://127.0.0.1:11434/api/",
|
||||||
|
});
|
||||||
|
|
||||||
let potentialAnswersQuestion = `Which answer is best suited for ${problem}?
|
let potentialAnswersQuestion = `Which answer is best suited for ${problem}?
|
||||||
If there are two or more answers that are about as equal, but one has lower quality code, choose the one with higher quality code.
|
If there are two or more answers that are about as equal, but one has lower quality code, choose the one with higher quality code.
|
||||||
Pick ONLY ONE ANSWER. MUST BE PROGRAMMED IN THE LANGUAGE ${getLangID}!
|
Pick ONLY ONE ANSWER. MUST BE PROGRAMMED IN THE LANGUAGE ${getLangID}!
|
||||||
|
|
Loading…
Reference in a new issue