mirror of
https://github.com/ollama/ollama.git
synced 2025-05-12 19:07:06 +02:00
Update examples/typescript-simplechat/readme.md
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
parent
30229a913c
commit
b84d34e632
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ The **chat** endpoint is one of two ways to generate text from an LLM with Ollam
|
|||
|
||||
## 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
|
||||
const body = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue