This commit is contained in:
narawat lamaiin
2024-04-29 17:55:13 +07:00
parent 85240c5fb8
commit 8f95f08695
4 changed files with 21 additions and 22 deletions

View File

@@ -21,12 +21,15 @@ julia>
# TODO
- [] update docstring
- [] implement the function
- [WORKING] implement the function
# Signature
"""
function chatbox(input::T) where {T<:AbstractString}
function chatbox(a::T1, input::T2) where {T1<:agent, T2<:AbstractString}
error("--> chatbox")
# put in model format
if a.config[:externalService][]
GeneralUtils.formatLLMtext_llama3instruct
end
""" Search wine in stock.