...
This commit is contained in:
@@ -6,8 +6,8 @@ import incubaid.herolib.core.flows
|
||||
pub fn triage(mut s flows.Step) ! {
|
||||
prompt := s.context['prompt'] or { panic("can't find prompt context in step:\n${s}") }
|
||||
response := s.coordinator.ai.llms.llm_maverick.chat_completion(
|
||||
message: 'Explain quantum computing in simple terms'
|
||||
message: prompt
|
||||
temperature: 0.5
|
||||
max_completion_tokens: 1024
|
||||
max_completion_tokens: 5000
|
||||
)!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user