"vscode:/vscode.git/clone" did not exist on "04f4bd54ea3126185ced2ffdf26f608dcd1db30e"
Unverified Commit b84d34e6 authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/typescript-simplechat/readme.md


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 30229a91
...@@ -4,7 +4,7 @@ The **chat** endpoint is one of two ways to generate text from an LLM with Ollam ...@@ -4,7 +4,7 @@ The **chat** endpoint is one of two ways to generate text from an LLM with Ollam
## Review the Code ## Review the Code
You can see in the **chat** function that actually calling the endpoint is done simply with: You can see in the **chat** function that is actually calling the endpoint is simply done with:
```typescript ```typescript
const body = { const body = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment