Skip to content

Commit

Permalink
Merge pull request #857 from dharmapurikar/ollama-fixes
Browse files Browse the repository at this point in the history
Fixing the missing "os" import for base.py
  • Loading branch information
assafelovic authored Sep 20, 2024
2 parents 4a8c739 + e7c1792 commit 8846928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_researcher/llm_provider/generic/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib
from typing import Any
from colorama import Fore, Style, init

import os

class GenericLLMProvider:

Expand Down

0 comments on commit 8846928

Please sign in to comment.