Skip to content

Commit 11a2288

Browse files
committed
Minor updated abou qchat
1 parent 5835960 commit 11a2288

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ <h2>Projects</h2>
2828
<hr>
2929
<h2 id='qchat'>qchat</h2>
3030
<p>
31-
QChat is a simplier way to use the OpenAI's API for interacting with the models easily and for developing small agents.</p>
31+
QChat is a simpler way to use the OpenAI's, Ollama's and Maritaca AI's APIs for interacting with the models easily and for developing small agents.</p>
3232
<p><strong>Example:</strong></p>
3333
<pre>
34-
from qchat import QChat
34+
from qchat import MaritacaAI
3535

36-
chat = QChat('secret',
36+
chat = MaritacaAI('secret',
3737
'https://chat.maritaca.ai/api',
3838
'sabiazinho-3', 12000)
3939

0 commit comments

Comments
 (0)