We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e07fd commit 42c4489Copy full SHA for 42c4489
examples/server/server.cpp
@@ -459,7 +459,7 @@ struct server_task_result_cmpl_final : server_task_result {
459
int32_t n_decoded;
460
int32_t n_prompt_tokens;
461
int32_t n_tokens_cached;
462
- int32_t has_new_line;
+ bool has_new_line;
463
std::string stopping_word;
464
stop_type stop = STOP_TYPE_NONE;
465
examples/server/utils.hpp
@@ -22,7 +22,7 @@
22
#include <vector>
23
#include <memory>
24
25
-#define DEFAULT_OAICOMPAT_MODEL "gpt-3.5-turbo-0613"
+#define DEFAULT_OAICOMPAT_MODEL "gpt-3.5-turbo"
26
27
using json = nlohmann::ordered_json;
28
0 commit comments