Skip to content

Commit

Permalink
Update generations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner authored Sep 22, 2023
1 parent d32974c commit 2ba6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/lib/generations.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ def set_default_model(model: Union[str, LLM])

Sets the model to be used when no `from` clause or `@lmql.query(model=<model>)` are specified in LMQL. The default model applies globally in the current process and affects both LMQL queries and Generation API methods like [`lmql.generate`](#lmql-generate) and [`lmql.score`](#lmql-score) functions.

You can also specify the environment variable `LMQL_DEFAULT_MODEL` to set the default model for a given process.
You can also specify the environment variable `LMQL_DEFAULT_MODEL` to set the default model.

0 comments on commit 2ba6846

Please sign in to comment.