Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ updates:
labels:
- "chore"
- "dependencies"
- "github-actions"
- "github_actions"
2 changes: 1 addition & 1 deletion compass/llm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
By default, ``1000``.
"""
self.name = name
self.llm_call_kwargs = {"timeout": 300, "temperature": 0}
self.llm_call_kwargs = {"timeout": 300}
self.llm_call_kwargs.update(llm_call_kwargs or {})
self.llm_service_rate_limit = llm_service_rate_limit
self.text_splitter_chunk_size = text_splitter_chunk_size
Expand Down
Loading
Loading