mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: implement multi-model service configuration support
- Support configuring multiple LLM services simultaneously - Auto-derive model names from service types to simplify configuration - Maintain backward compatibility with existing configurations - Refactor configuration logic into dedicated env module - Add comprehensive unit test coverage - Update documentation with new configuration approach
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ func (h *ConversationHistory) Clear() {
|
||||
|
||||
// Clear everything including system message
|
||||
*h = ConversationHistory{}
|
||||
log.Info().Msg("conversation history cleared completely")
|
||||
log.Warn().Msg("conversation history cleared completely")
|
||||
}
|
||||
|
||||
func logRequest(messages ConversationHistory) {
|
||||
|
||||
Reference in New Issue
Block a user