Mercurial Hosting > lang
comparison src/lib/ai/Ai.luan @ 25:3a80ddafe5a4
courses work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 01 Aug 2025 00:33:51 -0600 |
parents | 0351b3d474f8 |
children |
comparison
equal
deleted
inserted
replaced
24:87fe70201aa8 | 25:3a80ddafe5a4 |
---|---|
1 local Luan = require "luan:Luan.luan" | 1 local Luan = require "luan:Luan.luan" |
2 local error = Luan.error | 2 local error = Luan.error |
3 local ipairs = Luan.ipairs or error() | 3 local ipairs = Luan.ipairs or error() |
4 | 4 |
5 | |
6 error "not used for now" | |
5 | 7 |
6 local Ai = {} | 8 local Ai = {} |
7 | 9 |
8 local ais = {"claude"} | 10 local ais = {"claude"} |
9 local files = {"Ai_chat.luan"} | 11 local files = {"Ai_chat.luan"} |