chore: Update DEFAULT_MAX_TOKENS to 16384 in config.py (#138)
This commit is contained in:
parent
9b71b46c0f
commit
a1d871e179
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
"""
|
||||
|
||||
EMBEDDING_DIM = 1024
|
||||
DEFAULT_MAX_TOKENS = 4096
|
||||
DEFAULT_MAX_TOKENS = 16384
|
||||
DEFAULT_TEMPERATURE = 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue