Skip to content

Commit 5838c3a

Browse files
committed
chore: remove unused docstring
1 parent fe0f0c9 commit 5838c3a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/experiment_ollama.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ def get_ollama_model(
6464
model (str): Name of the model to use for generating type signatures. Must be one of the predefined models in OLLAMA_MODELS.
6565
Default is "llama3:8b".
6666
67-
seed (int): Random seed to ensure reproducibility in experiments. Default is defined by SEED.
68-
69-
temperature (float): Sampling temperature for the model's outputs. Higher values
70-
produce more diverse outputs. Default is defined by TEMPERATURE.
71-
7267
pure (bool): If True, uses the original variable naming in type inference.
7368
If False, uses rewritten variable naming (e.g., `v1`, `v2`, ...). Default is False.
7469

0 commit comments

Comments
 (0)