Skip to content
Snippets Groups Projects
Commit 7e245b14 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: label for simple chat

parent 7544f46c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ You will be asked for the name of your project, along with other configuration o ...@@ -31,7 +31,7 @@ You will be asked for the name of your project, along with other configuration o
Here is an example: Here is an example:
```bash ```bash
>> npm create llama >> npm create llama@latest
Need to install the following packages: Need to install the following packages:
create-llama@latest create-llama@latest
Ok to proceed? (y) y Ok to proceed? (y) y
......
...@@ -290,8 +290,8 @@ async function run(): Promise<void> { ...@@ -290,8 +290,8 @@ async function run(): Promise<void> {
choices: [ choices: [
{ title: "ContextChatEngine", value: "context" }, { title: "ContextChatEngine", value: "context" },
{ {
title: "SimpleChatEngine", title: "SimpleChatEngine (no data, just chat)",
value: "simple (no data, just chat)", value: "simple",
}, },
], ],
initial: 0, initial: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment