Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: Update base.py #902

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all 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
6 changes: 2 additions & 4 deletions gpt_researcher/config/variables/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ class BaseConfig(TypedDict):
RETRIEVER: str
EMBEDDING_PROVIDER: str
SIMILARITY_THRESHOLD: float
LLM_PROVIDER: str
OLLAMA_BASE_URL: Union[str, None]
DEFAULT_LLM_MODEL: str
FAST_LLM_MODEL: str
SMART_LLM_MODEL: str
FAST_LLM: str
SMART_LLM: str
FAST_TOKEN_LIMIT: int
SMART_TOKEN_LIMIT: int
BROWSE_CHUNK_MAX_LENGTH: int
Expand Down