Skip to content

Commit

Permalink
Add shims for working with Ollama in gemstone [feenkcom/gtoolkit#4322]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Mar 4, 2025
1 parent 84ea2ea commit 6d8f1a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rowan/components/gemstone/Core.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RwPlatformNestedProjectLoadComponentV2 {
'Gt4Ollama-Gemstone'
],
#comment : ''
}
}
6 changes: 6 additions & 0 deletions src/Gt4Ollama-Gemstone/GtOllamaClient.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Extension { #name : 'GtOllamaClient' }

{ #category : '*Gt4Ollama-Gemstone' }
GtOllamaClient >> initializeClient [
^ GtGemstoneHttpClient new
]
6 changes: 6 additions & 0 deletions src/Gt4Ollama-Gemstone/GtOllamaProvider.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Extension { #name : 'GtOllamaProvider' }

{ #category : '*Gt4Ollama-Gemstone' }
GtOllamaProvider >> asyncWait [
^ self triggerAssistant
]

0 comments on commit 6d8f1a5

Please sign in to comment.