We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3313140 commit c8a90c9Copy full SHA for c8a90c9
1 file changed
src/LLM-API/LLMAPIChat.class.st
@@ -61,6 +61,7 @@ LLMAPIChat class >> llmSettingOn: aBuilder [
61
{ #category : 'initialization' }
62
LLMAPIChat >> initialize [
63
64
+"test"
65
super initialize.
66
self payload model: self class chatModel
67
]
0 commit comments