mirror of
https://github.com/datalab-to/chandra.git
synced 2025-11-29 08:33:13 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -71,7 +71,7 @@ def generate_vllm(
|
||||
completion = client.chat.completions.create(
|
||||
model=model_name,
|
||||
messages=[{"role": "user", "content": content}],
|
||||
max_tokens=settings.MAX_OUTPUT_TOKENS,
|
||||
max_tokens=max_output_tokens,
|
||||
temperature=temperature,
|
||||
top_p=top_p,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user