Chat and history — gemma4

Model: gemma4 · Duration: 11.79s · Scenario: chat-and-history

Recorded in Version 1

chat-and-history automated lilith run on v1 (gemma4). Total session time 11.79s.
Recording will be linked after TestManager upload
Scenario

Chat and History Test

  1. Hello, remember the secret word Apple.
  2. /new
  3. What was the secret word?
  4. /history
  5. /history 2
  6. What was the secret word?
Console log

Session transcript

Initializing client for model 'gemma4'...
Checking Ollama connection...
Ollama is running.
Running model 'gemma4' to ensure it is ready...
Pulling model 'gemma4'…
Model 'gemma4' ready (00:01).
Model ready.
Querying model specs...
Context window: 131,072 tokens.
=== Lilith AI Chat (gemma4 via Ollama) ===
Type your message and press Enter. Type 'exit' to quit.

[ERR] Unhandled exception. System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[ERR]    at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
[ERR]    at Agent.Core.Ollama.OllamaClient.StreamReply(String userInput, List`1 images) in e:\OS-Website\src\Version1\Agent-Core\Ollama\OllamaClient\OllamaClient.cs:line 111
[ERR]    at Lilith.Agent.Lilith.ChatAsync(String input, List`1 images) in e:\OS-Website\src\Version1\Lilith\Chat\Lilith.Chat.cs:line 11
[ERR]    at Lilith.Agent.Lilith.GreetAsync() in e:\OS-Website\src\Version1\Lilith\Boot\Lilith.Boot.cs:line 22
[ERR]    at Lilith.Agent.Lilith.BootAsync(Boolean startServerIfNotRunning) in e:\OS-Website\src\Version1\Lilith\Boot\Lilith.Boot.cs:line 16
[ERR]    at LilithConsole.Program.Main(String[] args) in e:\OS-Website\src\Version1\ConsoleApp\LilithConsole\Program\Program.cs:line 35
[ERR]    at LilithConsole.Program.<Main>(String[] args)