Unverified Commit e8aaea03 authored by Dr Nic Williams's avatar Dr Nic Williams Committed by GitHub
Browse files

Update 'llama2' -> 'llama3' in most places (#4116)



* Update 'llama2' -> 'llama3' in most places

---------
Co-authored-by: default avatarPatrick Devine <patrick@infrahq.com>
parent 267e25a7
import * as readline from "readline";
const model = "llama2";
const model = "llama3";
type Message = {
role: "assistant" | "user" | "system";
content: string;
......@@ -74,4 +74,4 @@ async function main() {
}
main();
\ No newline at end of file
main();
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment