Use chat as single Q&A: How get inference without typing [return] #2385
Answered
by
costaverde22
costaverde22
asked this question in
Q&A
-
I want to use the chat for a single Q&A, just 1 inference/answer by execution, using main --file prompt.txt where my question is. In chat, we need to type [return] to get an inference/response. How to get the inference at execution without interaction (typing [return])? I don't find that in the code. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
costaverde22
Jul 25, 2023
Replies: 1 comment
-
Found: modify examples/simple/simple.cpp. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
costaverde22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found: modify examples/simple/simple.cpp.