Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Adjusted max tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jryu01 committed Aug 28, 2024
1 parent 50856f5 commit 361e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollm/openai/tool_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def generate_response(instruction: str, response_format: ResponseFormat | None =
presence_penalty=0,
temperature=0,
seed=123,
max_tokens=4000,
max_tokens=2048,
response_format=response_format,
messages=[
{"role": "user", "content": prompt},
Expand Down

0 comments on commit 361e2c8

Please sign in to comment.