Skip to content

Commit caa15cc

Browse files
Copilotjoseharriaga
andcommitted
Fix: Rename CHAT_MODEL to MODEL_NAME in README.md
Co-authored-by: joseharriaga <[email protected]>
1 parent 76de361 commit caa15cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ChatClient client = new(
8787
);
8888
```
8989

90-
Replace `CHAT_MODEL` with your model name and `BASE_URL` with your endpoint URI. This is useful when working with OpenAI-compatible APIs or custom deployments.
90+
Replace `MODEL_NAME` with your model name and `BASE_URL` with your endpoint URI. This is useful when working with OpenAI-compatible APIs or custom deployments.
9191

9292
### Namespace organization
9393

0 commit comments

Comments
 (0)