student-abdullah commited on
Commit
9c44467
1 Parent(s): c00b1b5

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +1 -1
a.py CHANGED
@@ -41,7 +41,7 @@ if st.sidebar.button("Locate"):
41
 
42
  llm = LlamaCpp(
43
  model_path="model.gguf",
44
- temperature=0.3,
45
  max_tokens=1024,
46
  top_p=1,
47
  callbacks=[StreamingStdOutCallbackHandler()],
 
41
 
42
  llm = LlamaCpp(
43
  model_path="model.gguf",
44
+ temperature=0.7,
45
  max_tokens=1024,
46
  top_p=1,
47
  callbacks=[StreamingStdOutCallbackHandler()],