Browse Source

docs: update readme.

tags/v0.2.1
Yaohui Liu 2 years ago
parent
commit
bc6ebaaf44
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -32,7 +32,7 @@ while (true)
Console.ForegroundColor = ConsoleColor.Green;
var question = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.White;
var outputs = _model.Call(question);
var outputs = session.Chat(question); // It's simple to use the chat API.
foreach (var output in outputs)
{
Console.Write(output);


Loading…
Cancel
Save