Skip to content

Commit 007edc1

Browse files
committed
updated example page typo
1 parent 44a794e commit 007edc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ <h2>OpenAI</h2>
9292
<a href="./openai.html">View Example OpenAI</a>
9393
<br>
9494

95-
<h2>FastAPI with Quikchat Backend</h2>
95+
<h2>Quikchat with Python FastAPI Backend</h2>
9696
<p>This example demonstrates how to use QuikChat with a FastAPI server. The server uses a local LLM to generate
9797
responses to user prompts. The example uses the FastAPI server to generate responses to user prompts.</p>
9898
**Note: This example requires the FastAPI server to be running locally and doesn't run on the github pages.**
9999
<a href="./fastapi_llm/index.html">View Example FastAPI Instructions</a>
100100
<br>
101101

102-
<h2>Express with Quikchat Backend</h2>
102+
<h2>Quikchat with Nodejs Express Backend</h2>
103103
<p>This example demonstrates how to use QuikChat with an Express server. The server uses a local LLM to generate
104104
responses to user prompts. The example uses the Express server to generate responses to user prompts.</p>
105105
**Note: This example requires the Express server to be running locally and doesn't run on the github pages.**

0 commit comments

Comments
 (0)