We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6f41a + 0164e69 commit 88d74caCopy full SHA for 88d74ca
1 file changed
search_engine/chatbot/llm_utilities.py
@@ -31,7 +31,7 @@ def __init__(self, model_name="meta-llama-3.1-70b-instruct", use_gpu=True):
31
f"KISSKI LLM configured with model '{self.model_name}'. GPU usage = {self.use_gpu}."
32
)
33
34
- def generate_response(self, prompt, max_new_tokens=150, num_return_sequences=1):
+ def generate_response(self, prompt, max_new_tokens=500, num_return_sequences=1):
35
"""
36
Generate a response from the KISSKI LLM service using the new openai>=1.0.0 Chat interface.
37
Args:
0 commit comments