Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekyakkala authored Jan 5, 2024
1 parent 0c6f179 commit cae6a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandasai/llm/huggingface_text_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class HuggingFaceTextGen(LLM):
stop_sequences: A stop sequence is a string that stops the model from generating tokens.
seed: The seed to use for random generation.
do_sample: Whether or not to use sampling.
timeout: adding timeout restricts huggingface from waiting indefinetly for model's response.
timeout: adding timeout restricts huggingface from waiting indefinitely for model's response.
"""

max_new_tokens: int = 1024
Expand Down

0 comments on commit cae6a2c

Please sign in to comment.