How to generate token by token and api #404
-
I used the demo code and it worked! but I have 2 questions. First, how do you generate the response by token so the response doesn’t come out all at once? And second, what does it mean by high level api? Is it just some code or does it use the model on some servers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
stream=true
should do the trick, and high-level basically means it's an abstraction to make development more simple.