Scenario
Chat and History Test
- Hello, remember the secret word Apple.
- /new
- What was the secret word?
- /history
- /history 2
- What was the secret word?
Recorded in Version 1
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)