update
This commit is contained in:
@@ -526,8 +526,6 @@ function evaluator(a::T1, timeline, decisiondict, evaluateecontext
|
|||||||
prompt = GeneralUtils.formatLLMtext(unformatPrompt, a.llmFormatName)
|
prompt = GeneralUtils.formatLLMtext(unformatPrompt, a.llmFormatName)
|
||||||
# add info
|
# add info
|
||||||
prompt = prompt * context
|
prompt = prompt * context
|
||||||
println("")
|
|
||||||
println(prompt)
|
|
||||||
|
|
||||||
response = a.context.text2textInstructLLM(prompt; senderId=a.id)
|
response = a.context.text2textInstructLLM(prompt; senderId=a.id)
|
||||||
response = GeneralUtils.deFormatLLMtext(response, a.llmFormatName)
|
response = GeneralUtils.deFormatLLMtext(response, a.llmFormatName)
|
||||||
|
|||||||
Reference in New Issue
Block a user