Use temperature = 0.1 by default

This commit is contained in:
M. Yusuf Sarıgöz 2023-10-11 15:03:01 +03:00
parent 0409ae00b6
commit f0f78345f2

View file

@ -30,6 +30,8 @@ int main(int argc, char ** argv) {
params.prompt = "describe the image in detail.";
}
params.temp = 0.1;
auto ctx_clip = clip_model_load(clip_path, /*verbosity=*/ 1);
// load and preprocess the image