Llama 3.1 70B Instruct
index.ts
import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.1-70b', prompt: 'Why is the sky blue?'})import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.1-70b', prompt: 'Why is the sky blue?'})