This commit is contained in:
2023-11-22 07:58:29 +00:00
parent 99281e8d3e
commit d374ed245e
4 changed files with 122 additions and 39 deletions

View File

@@ -10,6 +10,9 @@ module ChatAgent
include("type.jl")
using .type
include("llmfunction.jl")
using .llmfunction
include("interface.jl")
using .interface