comparison src/lib/ai/claude/Chat.luan @ 12:2d4b3f003ec2

tts
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jul 2025 22:14:49 -0600
parents 003a90ce72d7
children 65bd7e245c63
comparison
equal deleted inserted replaced
11:003a90ce72d7 12:2d4b3f003ec2
94 } 94 }
95 --[=[ 95 --[=[
96 messages[#messages+1] = { 96 messages[#messages+1] = {
97 role = "assistant" 97 role = "assistant"
98 content = [[ 98 content = [[
99 - 1 99 uhuh
100 - 2
101 - 3
102 - 4
103 - 5
104 - 6
105 - 7
106 - 8
107 - 9
108 - 10
109 ]] 100 ]]
110 } 101 }
111 if true then 102 if true then
112 return json_string(thread) 103 return json_string(thread)
113 end 104 end