Skip to content

Commit fda58ce

Browse files
committed
Re-sign Simon's commit
Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent 4f04d99 commit fda58ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

multi-cluster-ai-with-kaito/SETUP.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ is up and running:
103103

104104
You should see from the response that the query is being served by the Phi model.
105105

106-
> Note: the tutorial featuers a semantic router that classifies queries based on their categories and sends queries to a LLM that is best equipped to process the category. The process is partly non-deterministic due to the nature of LLM. If you believe that a query belongs to a specific category but is not served by the expected LLM; tweak the query text a bit and give it another try.
106+
> Note: the tutorial features a semantic router that classifies queries based on their categories and sends queries to a LLM that is best equipped to process the category. The process is partly non-deterministic due to the nature of LLM. If you believe that a query belongs to a specific category but is not served by the expected LLM; tweak the query text a bit and give it another try.
107107

108108
## Additional steps
109109

110-
You can set up the LiteLLM proxy to interact with the models using a UI. Follow the steps in the [LiteLLM setup README](./litellm/README.md) to complete the setup.
110+
You can set up the LiteLLM proxy to interact with the models using a web UI. Follow the steps in the [LiteLLM setup README](./litellm/README.md) to complete the setup.
111111

112112
## Clean things up
113113

@@ -118,5 +118,12 @@ export RG="${RG:-kubefleet-kaito-demo-2025}"
118118
az group delete -n $RG
119119
```
120120

121+
## Questions or comments?
122+
123+
If you have any questions or comments please using our [Q&A Discussions](https://github.com/kubefleet-dev/kubefleet/discussions/categories/q-a).
124+
125+
If you find a bug or the solution doesn't work, please open an [Issue](https://github.com/kubefleet-dev/kubefleet/issues/new) so we can take a look. We welcome submissions too, so if you find a fix please open a PR!
126+
127+
Also, consider coming to a [Community Meeting](https://bit.ly/kubefleet-cm-meeting) too!
121128
122129

0 commit comments

Comments
 (0)