Skip to content

Commit

Permalink
Merge pull request #902 from kesamet/patch-1
Browse files Browse the repository at this point in the history
Hotfix: Update base.py
  • Loading branch information
assafelovic authored Oct 13, 2024
2 parents f35ff34 + 79c7d6c commit 4fc4f59
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 4fc4f59

Please sign in to comment.