Skip to content

Commit

Permalink
Adjust to work for gemstone [feenkcom/gtoolkit#4322]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Mar 7, 2025
1 parent 7adc3f7 commit 1906404
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Gt4Llm-Gemstone/GtLlmChatMessage.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Extension { #name : 'GtLlmChatMessage' }

{ #category : '*Gt4Llm-Gemstone' }
GtLlmChatMessage class >> isAbstract [
^ self name = #GtLlmChatMessage
]
6 changes: 6 additions & 0 deletions src/Gt4Llm-Gemstone/GtOllamaClient.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Extension { #name : 'GtOllamaClient' }

{ #category : '*Gt4Llm-Gemstone' }
GtOllamaClient class >> new [
^ self basicNew initialize
]

0 comments on commit 1906404

Please sign in to comment.