Skip to content

Commit 9ea58b6

Browse files
committed
Update model.
1 parent 32be390 commit 9ea58b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Automation/Responders/StableDiffusionResponder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public async Task ProcessMessage(IMessage message, CancellationToken token)
6666

6767
using (message.Channel.EnterTypingState())
6868
{
69-
var chatClient = _chatClientFactory.CreateClient("urn:ollama:llama3.2:1b");
69+
var chatClient = _chatClientFactory.CreateClient("urn:ollama:llama3.2:latest");
7070
var response = await chatClient.GetResponseAsync(new[]
7171
{
7272
new ChatMessage(ChatRole.System, "You are a prompt generator for Stable Diffusion. You will be given a prompt, and you must add keywords to it to make it better. You must only output the improved prompt, and nothing else. Do not use command line arguments or negative tags. Do not engage in conversation. Do not roleplay."),

0 commit comments

Comments
 (0)