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"; import * as readline from "readline";
const model = "llama2"; const model = "llama3";
type Message = { type Message = {
role: "assistant" | "user" | "system"; role: "assistant" | "user" | "system";
content: string; content: string;
......
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